diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-26 22:27:54 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 10:30:06 -0400 |
commit | 218257b01a73b114fa1136f6ee6f25aea80bf113 (patch) | |
tree | 3d021bb446fc89b84c2c2fae480fe679703d43c6 /configs/mx53cx9020_defconfig | |
parent | c04b9b3440a2b2c55267bc76c594f49d101657fb (diff) | |
download | u-boot-218257b01a73b114fa1136f6ee6f25aea80bf113.tar.gz |
Convert CONFIG_CMD_BMODE to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_BMODE
Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: Make this default y and depend on mx5/6/7]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/mx53cx9020_defconfig')
-rw-r--r-- | configs/mx53cx9020_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx53cx9020_defconfig b/configs/mx53cx9020_defconfig index 9784267386..d947d9fd5b 100644 --- a/configs/mx53cx9020_defconfig +++ b/configs/mx53cx9020_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_MX5=y CONFIG_TARGET_MX53CX9020=y +# CONFIG_CMD_BMODE is not set CONFIG_VIDEO=y CONFIG_DEFAULT_DEVICE_TREE="imx53-cx9020" CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/beckhoff/mx53cx9020/imximage.cfg" |