From 2a1453695dd197f3b77c6303fe0d7a7b5bc86e67 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 17 Aug 2021 17:59:36 -0400 Subject: kp_imx53: Switch to using a local namespace for ID EEPROM This platform does not use any of the standard EEPROM functionality and instead provides its own. Use a local namespace for the I2C related defines to access the EEPROM. Cc: Lukasz Majewski Signed-off-by: Tom Rini Acked-by: Lukasz Majewski --- include/configs/kp_imx53.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/configs/kp_imx53.h b/include/configs/kp_imx53.h index c94882846ef..87f4841af05 100644 --- a/include/configs/kp_imx53.h +++ b/include/configs/kp_imx53.h @@ -20,9 +20,6 @@ #define CONFIG_MXC_USB_FLAGS 0 #define CONFIG_SYS_I2C_MXC -#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 -#define CONFIG_SYS_EEPROM_BUS_NUM 1 -#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2 /* Command definition */ #define CONFIG_LOADADDR 0x72000000 /* loadaddr env var */ -- cgit v1.2.3