summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBryan Brattlof <bb@ti.com>2022-12-01 17:44:31 -0600
committerPraneeth Bajjuri <praneeth@ti.com>2022-12-01 18:19:29 -0600
commit1349cfdea653b1fee149f1b56012839fab40868e (patch)
tree9800436b86e3cf763be73fd9133959298daeea17 /include
parenta14d8ae394c8003aeda9e61803575e320b64fd77 (diff)
include: configs: am62x: add init_${boot} into distrocmd
When removing the bootcmd from the defconfigs the 'run init_${boot}' was left out leaving us without a rootfs to boot into. Add 'init_${boot}' back into the distro_bootcmd Fixes: 5079ccd243fb3 ("configs: am62x_evm_a53: remove bootcmd from defconfig") Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Bryan Brattlof <bb@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am62x_evm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/am62x_evm.h b/include/configs/am62x_evm.h
index e38a4c3fdc..dbcca9e237 100644
--- a/include/configs/am62x_evm.h
+++ b/include/configs/am62x_evm.h
@@ -140,7 +140,7 @@
#define BOOTENV_DEV_LINUX(devtypeu, devtypel, instance) \
"bootcmd_linux=" \
"if test \"${android_boot}\" -eq 0; then;" \
- "run findfdt; run envboot;" \
+ "run findfdt; run envboot; run init_${boot};" \
"if test ${boot_fit} -eq 1; then;" \
"run get_fit_${boot}; run get_fit_${boot}; run get_overlaystring; run run_fit;"\
"else;" \