diff options
| author | Simon Glass <[email protected]> | 2019-12-28 10:44:47 -0700 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2020-01-24 23:06:48 +0530 |
| commit | f9aaf98451d959b878b617218fba76bf2dd9e024 (patch) | |
| tree | 4a9fe2d6aeca8bdbdf5b356f96fd63cee467d176 /include/common.h | |
| parent | 0f67fc232834eec476f5f34a752ed10e17637265 (diff) | |
common: Drop floppy disk support
This seems pretty old now. It has not been converted to driver model and
is not used by any boards.
Drop it.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 6b7b199ab45..1bd42299bc2 100644 --- a/include/common.h +++ b/include/common.h @@ -89,7 +89,6 @@ phys_size_t get_effective_memsize(void); /* $(BOARD)/$(BOARD).c */ void reset_phy (void); -void fdc_hw_init (void); #if !defined(CONFIG_ENV_EEPROM_IS_ON_I2C) && defined(CONFIG_SYS_I2C_EEPROM_ADDR) # define CONFIG_SYS_DEF_EEPROM_ADDR CONFIG_SYS_I2C_EEPROM_ADDR |
