diff options
author | Tom Rini <trini@konsulko.com> | 2022-08-10 10:29:27 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-09-01 17:18:42 -0400 |
commit | adf13bcc403dbd0cb645fe1080d8812d9de5f01f (patch) | |
tree | ff26407b3be8d1ad57c5f470fd2b71615ffe2199 /include/configs/ls1043ardb.h | |
parent | f9316dbe5c179eb48a369e1ba9797534c017d02b (diff) | |
download | u-boot-adf13bcc403dbd0cb645fe1080d8812d9de5f01f.tar.gz |
Convert CONFIG_SYS_I2C_EEPROM_CCID et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_I2C_EEPROM_CCID
CONFIG_SYS_I2C_EEPROM_NXID
CONFIG_SYS_EEPROM_BUS_NUM
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ls1043ardb.h')
-rw-r--r-- | include/configs/ls1043ardb.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h index ff5da5d275..4bfe4e3ecd 100644 --- a/include/configs/ls1043ardb.h +++ b/include/configs/ls1043ardb.h @@ -184,12 +184,6 @@ #define CONFIG_SYS_CS2_FTIM2 CONFIG_SYS_CPLD_FTIM2 #define CONFIG_SYS_CS2_FTIM3 CONFIG_SYS_CPLD_FTIM3 -/* EEPROM */ -#ifndef SPL_NO_EEPROM -#define CONFIG_SYS_I2C_EEPROM_NXID -#define CONFIG_SYS_EEPROM_BUS_NUM 0 -#endif - /* * Environment */ |