diff options
author | Wadim Egorov | 2024-04-03 15:59:11 +0200 |
---|---|---|
committer | Tom Rini | 2024-04-11 20:45:29 -0600 |
commit | d5e6401011a269328d3ea69468532b4125fd2bb9 (patch) | |
tree | f4f59a509612341f5e3c1dec72add1a2b523a26e /configs | |
parent | 2f9095e2bf597d38661cd139c94557f460342a6b (diff) |
board: phycore-am62x: Extend for better environment handling
Select environment location based on the device we boot from.
Also, introduce a "boot" variable that represents the current boot
device and can be used by scripts.
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/phycore_am62x_a53_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore_am62x_a53_defconfig b/configs/phycore_am62x_a53_defconfig index 552b7e91396..08a2532d398 100644 --- a/configs/phycore_am62x_a53_defconfig +++ b/configs/phycore_am62x_a53_defconfig @@ -33,6 +33,7 @@ CONFIG_BOOTSTD_FULL=y CONFIG_SYS_BOOTM_LEN=0x800000 CONFIG_BOOTCOMMAND="run mmcboot; bootflow scan -lb" CONFIG_DEFAULT_FDT_FILE="oftree" +CONFIG_BOARD_LATE_INIT=y CONFIG_SPL_MAX_SIZE=0x58000 CONFIG_SPL_HAS_BSS_LINKER_SECTION=y CONFIG_SPL_BSS_START_ADDR=0x80c80000 |