commit | c07c446d89ebc1094221b13636c6fb63266600ce | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Aug 17 10:23:29 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 17 10:26:10 2021 -0400 |
tree | 2646548f73a5b6ccbfc1d12e0c2f0f4678a4a6ec | |
parent | 72f1667f4ca9b0d4ca7f12dc71a66181c42fe583 [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>