diff options
author | Tom Rini | 2022-12-02 16:42:18 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-22 10:31:47 -0500 |
commit | 9b0240f8c6a1caa42da73835090fcb6db60f3d23 (patch) | |
tree | 11dd2098433b1780a444e45611f798c1a60dea2a /include/configs/M5253DEMO.h | |
parent | 6bd2372094ab4827547ec0d3e5a258b72810cafd (diff) |
Convert CONFIG_DM9000_BYTE_SWAPPED et al to Kconfig
This converts the following to Kconfig:
CONFIG_DM9000_BYTE_SWAPPED
CONFIG_DM9000_NO_SROM
CONFIG_DM9000_USE_16BIT
CONFIG_DM9000_DEBUG
CONFIG_MXC_GPT_HCLK
CONFIG_NAND_6BYTES_OOB_FREE_10BYTES_ECC
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/M5253DEMO.h')
-rw-r--r-- | include/configs/M5253DEMO.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/M5253DEMO.h b/include/configs/M5253DEMO.h index 7e37c6d1199..ad55938348e 100644 --- a/include/configs/M5253DEMO.h +++ b/include/configs/M5253DEMO.h @@ -20,12 +20,6 @@ env/embedded.o(.text*); #ifdef CONFIG_DRIVER_DM9000 -# define CONFIG_DM9000_BASE (CFG_SYS_CS1_BASE | 0x300) -# define DM9000_IO CONFIG_DM9000_BASE -# define DM9000_DATA (CONFIG_DM9000_BASE + 4) -# undef CONFIG_DM9000_DEBUG -# define CONFIG_DM9000_BYTE_SWAPPED - # define CONFIG_OVERWRITE_ETHADDR_ONCE # define CONFIG_EXTRA_ENV_SETTINGS \ |