summaryrefslogtreecommitdiff
path: root/configs/phycore_am64x_a53_defconfig
diff options
context:
space:
mode:
authorWadim Egorov <[email protected]>2025-05-08 17:15:45 +0200
committerTom Rini <[email protected]>2025-05-22 13:51:55 -0600
commit7fbadff8a7d62118896fe19881a9c744b9aa3a77 (patch)
tree9b96b4be86f027efe8b1ae49bb598e2dbf7a95f1 /configs/phycore_am64x_a53_defconfig
parente423e35d0d0ee2871f87f5f00ecf80997feba7df (diff)
configs: phycore_am6xx: Default BOOTCOMMAND to standard boot
Make the "bootflow scan -lb" command execute first and fallback to the legacy BSP boot scripts. Signed-off-by: Wadim Egorov <[email protected]>
Diffstat (limited to 'configs/phycore_am64x_a53_defconfig')
-rw-r--r--configs/phycore_am64x_a53_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/phycore_am64x_a53_defconfig b/configs/phycore_am64x_a53_defconfig
index 2032a34030f..7ea8bb6ba61 100644
--- a/configs/phycore_am64x_a53_defconfig
+++ b/configs/phycore_am64x_a53_defconfig
@@ -40,7 +40,7 @@ CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000
CONFIG_BOOTSTD_FULL=y
CONFIG_OF_BOARD_SETUP=y
-CONFIG_BOOTCOMMAND="run ${boot}boot; bootflow scan -lb"
+CONFIG_BOOTCOMMAND="bootflow scan -lb; run ${boot}boot"
CONFIG_DEFAULT_FDT_FILE="oftree"
CONFIG_BOARD_LATE_INIT=y
CONFIG_SPL_MAX_SIZE=0x180000