diff options
| author | Tom Rini <[email protected]> | 2024-05-10 10:42:25 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-10 11:33:00 -0600 |
| commit | f842a7a2c02e400878805a56cef6edfd834c1f9e (patch) | |
| tree | 00e88e64cf016ee874cb3aa9fa8b0accefc8cc01 /configs/phycore_am64x_a53_defconfig | |
| parent | 9419f48deed7805b738f7012382000fc35818395 (diff) | |
| parent | ff5672d4d13fd136eee03a41f430411e00c6344e (diff) | |
Merge patch series "*** Commonize board code for K3 based SoMs ***"
Wadim Egorov <[email protected]> says:
Factor out code that we can reuse across all our K3 based SoMs.
2nd patch of this series require patch [1] to be applied first.
[1] https://lists.denx.de/pipermail/u-boot/2024-April/552021.html
Diffstat (limited to 'configs/phycore_am64x_a53_defconfig')
| -rw-r--r-- | configs/phycore_am64x_a53_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore_am64x_a53_defconfig b/configs/phycore_am64x_a53_defconfig index 1a9359773b4..1064fb0e793 100644 --- a/configs/phycore_am64x_a53_defconfig +++ b/configs/phycore_am64x_a53_defconfig @@ -38,6 +38,7 @@ CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000 CONFIG_BOOTSTD_FULL=y CONFIG_BOOTCOMMAND="run mmcboot; bootflow scan -lb" CONFIG_DEFAULT_FDT_FILE="oftree" +CONFIG_BOARD_LATE_INIT=y CONFIG_SPL_MAX_SIZE=0x180000 CONFIG_SPL_BOARD_INIT=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y |
