diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 09:25:10 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 13:33:49 (GMT) |
commit | a1dc980d88a5c9c2b99251c8d8299b0c8948de73 (patch) | |
tree | a869d56e760ac361f08e226b7eeba01bf01785aa /include/configs/dlvision-10g.h | |
parent | d96e8985f60ba61150b1b67b2b1ba1a540b40ca9 (diff) | |
download | u-boot-a1dc980d88a5c9c2b99251c8d8299b0c8948de73.tar.xz |
Convert CONFIG_CMD_EEPROM et al to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_EEPROM
CONFIG_CMD_EEPROM_LAYOUT
CONFIG_EEPROM_LAYOUT_HELP_STRING
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
[trini: Rework Kconfig logic slightly, define EEPROM location on TI eval
platforms]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/dlvision-10g.h')
-rw-r--r-- | include/configs/dlvision-10g.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/dlvision-10g.h b/include/configs/dlvision-10g.h index 9fb5cde..2a04949 100644 --- a/include/configs/dlvision-10g.h +++ b/include/configs/dlvision-10g.h @@ -54,7 +54,6 @@ /* * Commands additional to the ones defined in amcc-common.h */ -#undef CONFIG_CMD_EEPROM #undef CONFIG_CMD_IRQ /* |