aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2024-05-21 11:42:06 +0200
committerFabio Estevam <festevam@denx.de>2024-05-24 11:29:59 -0300
commit4095df4634b4791d83cf86ad94e43b83057830f4 (patch)
tree61a20c04230ba268e6743677bfeff7e2c07d51c1
parenta1136831cb7c2790ff13a3e5f1c0239715b96467 (diff)
downloadu-boot-4095df4634b4791d83cf86ad94e43b83057830f4.zip
u-boot-4095df4634b4791d83cf86ad94e43b83057830f4.tar.gz
u-boot-4095df4634b4791d83cf86ad94e43b83057830f4.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> Reviewed-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r--configs/m53menlo_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/m53menlo_defconfig b/configs/m53menlo_defconfig
index 0ebda79..67805b1 100644
--- a/configs/m53menlo_defconfig
+++ b/configs/m53menlo_defconfig
@@ -22,6 +22,7 @@ CONFIG_SPL=y
CONFIG_SYS_BOOTCOUNT_SINGLEWORD=y
CONFIG_ENV_OFFSET_REDUND=0x180000
CONFIG_SYS_LOAD_ADDR=0x70800000
+CONFIG_CMD_BMODE=y
CONFIG_FIT=y
CONFIG_BOOTDELAY=1
CONFIG_OF_BOARD_SETUP=y