[PATCH 08/13] cl-som-imx7: Enable CMD_EEPROM
Tom Rini
trini at konsulko.com
Tue Aug 17 23:59:43 CEST 2021
This platform defines everything needed to be able to use the
eeprom command. In addition, board/compulab/common/eeprom.c is required
by the platform, and does not use CONFIG_ID_EEPROM to enable/disable
builing of it. In order to migrate CONFIG symbols to Kconfig and to not
have to add complex logic to handle this case, enable CMD_EEPROM on this
board.
Cc: Uri Mashiach <uri.mashiach at compulab.co.il>
Signed-off-by: Tom Rini <trini at konsulko.com>
---
configs/cl-som-imx7_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/cl-som-imx7_defconfig b/configs/cl-som-imx7_defconfig
index f5d146038c1d..48fbacbb6f40 100644
--- a/configs/cl-som-imx7_defconfig
+++ b/configs/cl-som-imx7_defconfig
@@ -37,6 +37,7 @@ CONFIG_CMD_BOOTZ=y
# CONFIG_CMD_EXPORTENV is not set
# CONFIG_CMD_IMPORTENV is not set
CONFIG_CMD_GREPENV=y
+CONFIG_CMD_EEPROM=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
--
2.17.1
More information about the U-Boot
mailing list