commit | abe50c1c824f95065a63369056229e53c4860992 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Aug 17 17:59:43 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 30 14:10:05 2021 -0400 |
tree | 61e57b63570b3c17d92a131edc57ee4deb096bf7 | |
parent | 0283da445a4a5337d12543ac4ad54c6e56876d69 [diff] |
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>