diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:10 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 09:33:49 -0400 |
commit | a1dc980d88a5c9c2b99251c8d8299b0c8948de73 (patch) | |
tree | a869d56e760ac361f08e226b7eeba01bf01785aa /include/configs/socfpga_vining_fpga.h | |
parent | d96e8985f60ba61150b1b67b2b1ba1a540b40ca9 (diff) | |
download | u-boot-a1dc980d88a5c9c2b99251c8d8299b0c8948de73.tar.gz |
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/socfpga_vining_fpga.h')
-rw-r--r-- | include/configs/socfpga_vining_fpga.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/socfpga_vining_fpga.h b/include/configs/socfpga_vining_fpga.h index e208f45649..251dd0e901 100644 --- a/include/configs/socfpga_vining_fpga.h +++ b/include/configs/socfpga_vining_fpga.h @@ -12,8 +12,6 @@ #define CONFIG_FAT_WRITE #define CONFIG_HW_WATCHDOG -#define CONFIG_CMD_EEPROM - /* Memory configurations */ #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB on VINING_FPGA */ |