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 /include/configs/xpress.h | |
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 'include/configs/xpress.h')
-rw-r--r-- | include/configs/xpress.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/xpress.h b/include/configs/xpress.h index e7c82e5bd7..e3ae4e8f74 100644 --- a/include/configs/xpress.h +++ b/include/configs/xpress.h @@ -63,8 +63,6 @@ #define CONFIG_SYS_MMC_ENV_PART 1 /* boot parition */ #define CONFIG_MMCROOT "/dev/mmcblk0p2" /* USDHC2 */ -#define CONFIG_CMD_BMODE - /* USB Configs */ #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_MX6 |