diff mbox series

ARM: imx: mx5: Enable BMODE command on MX53 Menlo board

Message ID 20240521094216.8919-1-marex@denx.de
State Accepted
Delegated to: Fabio Estevam
Headers show
Series ARM: imx: mx5: Enable BMODE command on MX53 Menlo board | expand

Commit Message

Marek Vasut May 21, 2024, 9:42 a.m. UTC
The board can do primary/secondary boot switching, enable the bmode command.

Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: "NXP i.MX U-Boot Team" <uboot-imx@nxp.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: u-boot@lists.denx.de
---
 configs/m53menlo_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Peng Fan May 21, 2024, 12:51 p.m. UTC | #1
> Subject: [PATCH] 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>
> ---
> Cc: "NXP i.MX U-Boot Team" <uboot-imx@nxp.com>
> Cc: Fabio Estevam <festevam@gmail.com>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: u-boot@lists.denx.de
> ---
>  configs/m53menlo_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/m53menlo_defconfig b/configs/m53menlo_defconfig
> index b06a614dde0..d6b47240c10 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=-2
>  CONFIG_OF_BOARD_SETUP=y
> --
> 2.43.0
Fabio Estevam May 24, 2024, 4:29 p.m. UTC | #2
On Tue, May 21, 2024 at 6:42 AM Marek Vasut <marex@denx.de> wrote:
>
> The board can do primary/secondary boot switching, enable the bmode command.
>
> Signed-off-by: Marek Vasut <marex@denx.de>

Applied, thanks.
diff mbox series

Patch

diff --git a/configs/m53menlo_defconfig b/configs/m53menlo_defconfig
index b06a614dde0..d6b47240c10 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=-2
 CONFIG_OF_BOARD_SETUP=y