diff options
author | Simon Glass | 2017-05-17 03:25:21 -0600 |
---|---|---|
committer | Tom Rini | 2017-05-22 09:33:57 -0400 |
commit | fe7604a3bcbfc1dbf0c832b055fb9d1387a971a4 (patch) | |
tree | 944e7df8325d987c065211e4ba36e680a7d1b053 /configs/astro_mcf5373l_defconfig | |
parent | df1c489adec1530aea44b806c3c8a87ebaaf0050 (diff) |
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/astro_mcf5373l_defconfig')
-rw-r--r-- | configs/astro_mcf5373l_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/astro_mcf5373l_defconfig b/configs/astro_mcf5373l_defconfig index d5e84308d64..c35222b244f 100644 --- a/configs/astro_mcf5373l_defconfig +++ b/configs/astro_mcf5373l_defconfig @@ -5,6 +5,7 @@ CONFIG_BOOTDELAY=1 CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="URMEL > " CONFIG_CMD_I2C=y +CONFIG_CMD_FPGA_LOADMK=y # CONFIG_CMD_SETEXPR is not set # CONFIG_CMD_NET is not set # CONFIG_CMD_NFS is not set |