diff options
author | Tom Rini <trini@konsulko.com> | 2021-12-17 18:08:38 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-27 16:20:18 -0500 |
commit | 7e11f95b02c8c9088c4b470b6633ac521ef8fc03 (patch) | |
tree | 2e62d2c7df13ebfe1b518d07e7f9802b9b765685 | |
parent | 3569ac7afaaffe76f5260c4be349b72abce062e8 (diff) | |
download | u-boot-7e11f95b02c8c9088c4b470b6633ac521ef8fc03.zip u-boot-7e11f95b02c8c9088c4b470b6633ac521ef8fc03.tar.gz u-boot-7e11f95b02c8c9088c4b470b6633ac521ef8fc03.tar.bz2 |
Convert CONFIG_SYS_I2C_EEPROM_ADDR_LEN to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_I2C_EEPROM_ADDR_LEN
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | include/configs/km/km-mpc832x.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/km/km-mpc832x.h b/include/configs/km/km-mpc832x.h index aac1e99..888bb29 100644 --- a/include/configs/km/km-mpc832x.h +++ b/include/configs/km/km-mpc832x.h @@ -58,6 +58,3 @@ #define CONFIG_SYS_KMBEC_FPGA_BASE 0xE8000000 #define CONFIG_SYS_KMBEC_FPGA_SIZE 128 - -/* EEprom support */ -#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 |