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/TQM834x.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/TQM834x.h')
-rw-r--r-- | include/configs/TQM834x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index df6386c..a90e2ac 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -273,7 +273,6 @@ /* * Command line configuration. */ -#define CONFIG_CMD_EEPROM #define CONFIG_CMD_JFFS2 #define CONFIG_CMD_REGINFO |