diff options
| author | Bryan Brattlof <[email protected]> | 2025-04-11 17:48:39 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-17 17:35:15 -0600 |
| commit | ec43e63206fb6b0b50f114feb074462c5e140dea (patch) | |
| tree | abfd24238eb34c66213a3fc7b89c3207d7417b01 /configs/am65x_evm_a53_defconfig | |
| parent | 5e94661e465f1929e0dc3c27fa949b82b1ebddd2 (diff) | |
configs: am65x_evm_a53: convert to a standard boot flow
Rather than maintaining custom hush scripting to boot the SDK, migrate
to a 'standard boot' method which simplifies maintenance and enables
multiple distributions to use this evaluation module.
Signed-off-by: Bryan Brattlof <[email protected]>
Diffstat (limited to 'configs/am65x_evm_a53_defconfig')
| -rw-r--r-- | configs/am65x_evm_a53_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig index 12c4cb96815..2cfebac53df 100644 --- a/configs/am65x_evm_a53_defconfig +++ b/configs/am65x_evm_a53_defconfig @@ -35,9 +35,10 @@ CONFIG_PCI=y CONFIG_SPL_LOAD_FIT=y CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000 CONFIG_SPL_LOAD_FIT_APPLY_OVERLAY=y +CONFIG_BOOTSTD_FULL=y +CONFIG_BOOTSTD_BOOTCOMMAND=y CONFIG_DISTRO_DEFAULTS=y CONFIG_OF_SYSTEM_SETUP=y -CONFIG_BOOTCOMMAND="run findfdt; run distro_bootcmd; run init_${boot}; run boot_rprocs; if test ${boot_fit} -eq 1; then 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;" CONFIG_LOGLEVEL=7 CONFIG_SPL_MAX_SIZE=0x58000 CONFIG_SPL_SYS_MALLOC_SIMPLE=y |
