diff options
author | Tom Rini <trini@konsulko.com> | 2023-01-10 11:19:28 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-01-20 12:27:06 -0500 |
commit | a3fda0d30afa5e931520006351752cfb9c0103dd (patch) | |
tree | fd6901713763ad44a013fc514e3f02f3fa8b6411 /board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c | |
parent | 8bd3c0a7e17ee17c771cabc0e548a1a436ac021d (diff) |
global: Remove unused CONFIG defines
Remove some CONFIG symbols and related comments, etc, that are unused
within the code itself at this point.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c')
-rw-r--r-- | board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c b/board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c index ee6d2bb0016..4dbd847d42a 100644 --- a/board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c +++ b/board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c @@ -13,7 +13,6 @@ #ifdef CONFIG_SPL_BUILD #define CONFIG_SYS_I2C_EEPROM_ADDR_P1 0x51 -#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 static iomux_v3_cfg_t const eeprom_pads[] = { IMX8MQ_PAD_GPIO1_IO13__GPIO1_IO13 | MUX_PAD_CTRL(NO_PAD_CTRL), |