diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:21 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 09:33:57 -0400 |
commit | fe7604a3bcbfc1dbf0c832b055fb9d1387a971a4 (patch) | |
tree | 944e7df8325d987c065211e4ba36e680a7d1b053 /configs/x600_defconfig | |
parent | df1c489adec1530aea44b806c3c8a87ebaaf0050 (diff) | |
download | u-boot-fe7604a3bcbfc1dbf0c832b055fb9d1387a971a4.tar.gz |
Convert CONFIG_CMD_FPGA_LOADBP et al to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_FPGA_LOADBP
CONFIG_CMD_FPGA_LOADFS
CONFIG_CMD_FPGA_LOADMK
CONFIG_CMD_FPGA_LOADP
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/x600_defconfig')
-rw-r--r-- | configs/x600_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/x600_defconfig b/configs/x600_defconfig index 3aaba16c2e..2e5d5f1ae8 100644 --- a/configs/x600_defconfig +++ b/configs/x600_defconfig @@ -20,6 +20,7 @@ CONFIG_AUTOBOOT_STOP_STR=" " CONFIG_LOOPW=y CONFIG_CMD_I2C=y CONFIG_CMD_USB=y +CONFIG_CMD_FPGA_LOADMK=y CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y |