aboutsummaryrefslogtreecommitdiff
path: root/include/configs/kmcent2.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-17 17:59:39 -0400
committerTom Rini <trini@konsulko.com>2021-08-30 14:10:05 -0400
commitd64d1536b878176afdb6e2780ee8f5f8e0d657ea (patch)
tree0d2d5c8d2acd0e8970fd0430235b1417f0227601 /include/configs/kmcent2.h
parentb61d18c07de68771fd347cf0ccf3e06ce5ddc298 (diff)
downloadu-boot-d64d1536b878176afdb6e2780ee8f5f8e0d657ea.zip
u-boot-d64d1536b878176afdb6e2780ee8f5f8e0d657ea.tar.gz
u-boot-d64d1536b878176afdb6e2780ee8f5f8e0d657ea.tar.bz2
keymile: Use CONFIG_SYS_IVM_EEPROM_ADR
As the code reads now, making this code path use CONFIG_SYS_IVM_EEPROM_ADR rather than CONFIG_SYS_I2C_EEPROM_ADDR seems to make sense as the rest of the EEPROM infrastructure isn't used on these platforms. Cc: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-powergrids.com> Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-powergrids.com>
Diffstat (limited to 'include/configs/kmcent2.h')
-rw-r--r--include/configs/kmcent2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/kmcent2.h b/include/configs/kmcent2.h
index 51a01d8..fe90aeb 100644
--- a/include/configs/kmcent2.h
+++ b/include/configs/kmcent2.h
@@ -189,7 +189,6 @@
#define CONFIG_SYS_SDRAM_SIZE 4096 /* for fixed parameter use */
#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
-#define CONFIG_SYS_I2C_EEPROM_ADDR CONFIG_SYS_IVM_EEPROM_ADR
#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2
/******************************************************************************