diff options
| author | Simon Glass <[email protected]> | 2019-12-28 10:44:47 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-01-17 13:26:50 -0500 |
| commit | 015e3348fc3f0f20fd9286bf245e26212568ec93 (patch) | |
| tree | e55b1d7c4083bd948d41de699a7b59e3edd61bb7 /include/common.h | |
| parent | a6f2aafe0966f23e3fb3146fb80a4565163157c3 (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 |
