]> git.baikalelectronics.ru Git - uboot.git/commit
cl-som-imx7: Enable CMD_EEPROM
authorTom Rini <trini@konsulko.com>
Tue, 17 Aug 2021 21:59:43 +0000 (17:59 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 30 Aug 2021 18:10:05 +0000 (14:10 -0400)
commit216d0b0a904de51d48230b7949c234161544bd67
tree61e57b63570b3c17d92a131edc57ee4deb096bf7
parent41eb000f1eda3310e6b422df7e83c9f1b896c740
cl-som-imx7: Enable CMD_EEPROM

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@compulab.co.il>
Signed-off-by: Tom Rini <trini@konsulko.com>
configs/cl-som-imx7_defconfig