From adf13bcc403dbd0cb645fe1080d8812d9de5f01f Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 10 Aug 2022 10:29:27 -0400 Subject: 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 --- include/configs/ls1021aqds.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/ls1021aqds.h') diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h index aaf28a346d0..d383b6c655b 100644 --- a/include/configs/ls1021aqds.h +++ b/include/configs/ls1021aqds.h @@ -246,10 +246,6 @@ /* GPIO */ -/* EEPROM */ -#define CONFIG_SYS_I2C_EEPROM_NXID -#define CONFIG_SYS_EEPROM_BUS_NUM 0 - /* * I2C bus multiplexer */ -- cgit v1.2.3