]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: imx: Perform plain boot in altbootcmd on Data Modul i.MX8M Mini/Plus eDM SBC
authorMarek Vasut <marex@denx.de>
Fri, 29 Nov 2024 00:13:55 +0000 (01:13 +0100)
committerFabio Estevam <festevam@gmail.com>
Fri, 29 Nov 2024 12:19:00 +0000 (09:19 -0300)
The current A/B switching preparatory altbootcmd is confusing
to users, replace it with plain 'run bootcmd' which can be
replaced by proper A/B switching altbootcmd when the matching
updater is added on top of the platform. By default, keep the
boot counter incrementing, but do not do any A/B partition
switching.

Signed-off-by: Marek Vasut <marex@denx.de>
include/configs/imx8mm_data_modul_edm_sbc.h
include/configs/imx8mp_data_modul_edm_sbc.h

index d323f84ac7a90d5d6d6d380136334dc9c6295953..57ecb5e21907127740eff0db1640f96c85e875b9 100644 (file)
@@ -34,7 +34,7 @@
 #define CFG_SYS_FSL_ESDHC_ADDR 0
 
 #define CFG_EXTRA_ENV_SETTINGS                                         \
-       "altbootcmd=setenv devpart 2 && run bootcmd ; reset\0"          \
+       "altbootcmd=run bootcmd\0"                                      \
        "bootlimit=3\0"                                                 \
        "devtype=mmc\0"                                                 \
        "devpart=1\0"                                                   \
index f953847ce05410281870ac2cf0074b6bb4d785f1..de5bdd30e18dccb220ddd39642ffab423d4a3d57 100644 (file)
@@ -24,7 +24,7 @@
 #define FEC_QUIRK_ENET_MAC
 
 #define CFG_EXTRA_ENV_SETTINGS                                         \
-       "altbootcmd=setenv devpart 2 && run bootcmd ; reset\0"          \
+       "altbootcmd=run bootcmd\0"                                      \
        "bootlimit=3\0"                                                 \
        "devtype=mmc\0"                                                 \
        "devpart=1\0"                                                   \