diff options
author | Marek Vasut <marex@denx.de> | 2021-09-12 00:39:58 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2021-10-19 12:36:50 +0200 |
commit | 92f671899595e08a9698f1bc80aa20a6a16a7f6a (patch) | |
tree | f1fe80a57ec954447d87108e8a1c5ef970e6747e /configs | |
parent | 4d98af69965aea4060c0352fe2c0e6fdf66fe662 (diff) | |
download | u-boot-92f671899595e08a9698f1bc80aa20a6a16a7f6a.zip u-boot-92f671899595e08a9698f1bc80aa20a6a16a7f6a.tar.gz u-boot-92f671899595e08a9698f1bc80aa20a6a16a7f6a.tar.bz2 |
ARM: imx: mx5: Enable BMODE command on MX53 Menlo board
The board can do primary/secondary boot switching, enable the bmode command.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/m53menlo_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/m53menlo_defconfig b/configs/m53menlo_defconfig index 5500d8e..5903ddd 100644 --- a/configs/m53menlo_defconfig +++ b/configs/m53menlo_defconfig @@ -22,7 +22,6 @@ CONFIG_SYS_BOOTCOUNT_ADDR=0x53FA401C CONFIG_SPL=y CONFIG_SYS_BOOTCOUNT_SINGLEWORD=y CONFIG_ENV_OFFSET_REDUND=0x180000 -# CONFIG_CMD_BMODE is not set CONFIG_SYS_LOAD_ADDR=0x70800000 CONFIG_FIT=y CONFIG_OF_BOARD_SETUP=y |