summaryrefslogtreecommitdiff
path: root/common/board_r.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-18 00:59:41 +0300
committersom.qin <som.qin@starfivetech.com>2022-01-04 11:28:47 +0300
commit4620e2cb54259acfd4964111400f48447830111c (patch)
treeb4a0e682abe4dd2da8542c24c9bcbea9fcf1dab8 /common/board_r.c
parentc204ddb84b3c956ce5ad13cfb4486d9bd598194c (diff)
downloadu-boot-4620e2cb54259acfd4964111400f48447830111c.tar.xz
Convert CONFIG_ID_EEPROM to Kconfig
This converts the following to Kconfig: CONFIG_ID_EEPROM Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'common/board_r.c')
-rw-r--r--common/board_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/board_r.c b/common/board_r.c
index 630c2451a2..0cbe5f7f3d 100644
--- a/common/board_r.c
+++ b/common/board_r.c
@@ -720,7 +720,7 @@ static init_fnc_t init_sequence_r[] = {
#endif
INIT_FUNC_WATCHDOG_RESET
cpu_secondary_init_r,
-#if defined(CONFIG_ID_EEPROM) || defined(CONFIG_SYS_I2C_MAC_OFFSET)
+#if defined(CONFIG_ID_EEPROM)
mac_read_from_eeprom,
#endif
INIT_FUNC_WATCHDOG_RESET