diff options
author | Tom Rini | 2022-08-10 10:29:27 -0400 |
---|---|---|
committer | Tom Rini | 2022-09-01 17:18:42 -0400 |
commit | adf13bcc403dbd0cb645fe1080d8812d9de5f01f (patch) | |
tree | ff26407b3be8d1ad57c5f470fd2b71615ffe2199 /include/configs/T208xRDB.h | |
parent | f9316dbe5c179eb48a369e1ba9797534c017d02b (diff) |
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/T208xRDB.h')
-rw-r--r-- | include/configs/T208xRDB.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h index 056e2d1925b..68cf13581ad 100644 --- a/include/configs/T208xRDB.h +++ b/include/configs/T208xRDB.h @@ -77,10 +77,6 @@ #define CONFIG_SYS_DCSRBAR 0xf0000000 #define CONFIG_SYS_DCSRBAR_PHYS 0xf00000000ull -/* EEPROM */ -#define CONFIG_SYS_I2C_EEPROM_NXID -#define CONFIG_SYS_EEPROM_BUS_NUM 0 - /* * DDR Setup */ |