diff options
| author | Nishanth Menon <[email protected]> | 2023-08-25 13:02:52 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-09-08 10:07:11 -0400 |
| commit | 355c0afcd4b7c8c442c4d03e07649c24194b8e06 (patch) | |
| tree | 1f1a5a7b4558e62fdaa98c2ff1ca731305e2395f /configs/am62x_evm_a53_defconfig | |
| parent | 47b519c5060ddbc84042a808c9b3601d645d53bf (diff) | |
configs: am62x_evm_a53_defconfig: Switch to bootstd
Switch to using bootstd. Note with this change, we will stop using
distro_bootcmd and instead depend entirely on bootflow method of
starting the system up.
Suggested-by: Tom Rini <[email protected]>
Suggested-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Tested-by: Mattijs Korpershoek <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Diffstat (limited to 'configs/am62x_evm_a53_defconfig')
| -rw-r--r-- | configs/am62x_evm_a53_defconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig index d55caabe22c..1807df8bbee 100644 --- a/configs/am62x_evm_a53_defconfig +++ b/configs/am62x_evm_a53_defconfig @@ -28,8 +28,9 @@ CONFIG_SPL_SPI=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SPL_LOAD_FIT=y CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000 -CONFIG_DISTRO_DEFAULTS=y -CONFIG_BOOTCOMMAND="run envboot; run distro_bootcmd;" +CONFIG_BOOTSTD_FULL=y +CONFIG_BOOTSTD_DEFAULTS=y +CONFIG_BOOTCOMMAND="run envboot; bootflow scan -lb" CONFIG_SPL_MAX_SIZE=0x58000 CONFIG_SPL_HAS_BSS_LINKER_SECTION=y CONFIG_SPL_BSS_START_ADDR=0x80c80000 |
