summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGuillaume La Roque <glaroque@baylibre.com>2022-11-22 16:50:23 +0100
committerAnand Gadiyar <gadiyar@ti.com>2022-11-24 20:32:04 -0600
commit5079ccd243fb38a20749e0b0d3bd96c5b7972849 (patch)
tree4135ceb8fca88c1febd07d5411477c9e01b2f60d /include
parent4c135e2c93f15c0b201e3562394ef362cff27534 (diff)
configs: am62x_evm_a53: remove bootcmd from defconfig
After commit to enable HS mode android boot was broken. So remove bootcmd from defconfig to use distrocmd from config file Fixes: 767a83a972ce ("configs: am62x: Enable config option for am62x HS EVM") Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am62x_evm.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/configs/am62x_evm.h b/include/configs/am62x_evm.h
index fefb857642..e7c522bcf5 100644
--- a/include/configs/am62x_evm.h
+++ b/include/configs/am62x_evm.h
@@ -350,8 +350,11 @@
"bootcmd_linux=" \
"if test \"${android_boot}\" -eq 0; then;" \
"run findfdt; run envboot;" \
- "run init_${boot}; run get_kern_${boot}; "\
- "run get_fdt_${boot}; run get_overlay_${boot}; run run_kern;" \
+ "if test ${boot_fit} -eq 1; then;" \
+ "run get_fit_${boot}; run get_fit_${boot}; run get_overlaystring; run run_fit;"\
+ "else;" \
+ "run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern;" \
+ "fi;" \
"fi\0"
#define BOOTENV_DEV_NAME_LINUX(devtypeu, devtypel, instance) \