summaryrefslogtreecommitdiff
path: root/include/configs/ls2080ardb.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-08-10 17:29:27 +0300
committerTom Rini <trini@konsulko.com>2022-09-02 00:18:42 +0300
commitadf13bcc403dbd0cb645fe1080d8812d9de5f01f (patch)
treeff26407b3be8d1ad57c5f470fd2b71615ffe2199 /include/configs/ls2080ardb.h
parentf9316dbe5c179eb48a369e1ba9797534c017d02b (diff)
downloadu-boot-adf13bcc403dbd0cb645fe1080d8812d9de5f01f.tar.xz
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/ls2080ardb.h')
-rw-r--r--include/configs/ls2080ardb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h
index 87d07b765c..09484dc609 100644
--- a/include/configs/ls2080ardb.h
+++ b/include/configs/ls2080ardb.h
@@ -222,10 +222,6 @@
#define CONFIG_SYS_I2C_RTC_ADDR 0x68
#endif
-/* EEPROM */
-#define CONFIG_SYS_I2C_EEPROM_NXID
-#define CONFIG_SYS_EEPROM_BUS_NUM 0
-
#define BOOT_TARGET_DEVICES(func) \
func(USB, usb, 0) \
func(MMC, mmc, 0) \