diff options
| author | Tom Rini <[email protected]> | 2025-12-31 10:13:54 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-31 11:51:14 -0600 |
| commit | 101d0cc6812bd13a528b5ea0e5b020f388cd16f6 (patch) | |
| tree | 250f500772803423bf195fb2b42a2fb27e9b1160 /boot | |
| parent | fd104bea0c9596d34d5ff9fb1071936b42c333e0 (diff) | |
| parent | dc1c7526b1cb64526601d81f70a87f57aeac1e9a (diff) | |
Merge patch series "configs: Remove default malloc length for K3 R5 SPL"
This series from Andrew Davis <[email protected]> makes a number of the TI K3
CONFIG symbols have consistent values in SPL, as they are things
determined by the SoC and not the board design.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index 644f398f1e9..676a42a6ed4 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -248,6 +248,8 @@ config SPL_LOAD_FIT config SPL_LOAD_FIT_ADDRESS hex "load address of fit image in SPL" depends on SPL_LOAD_FIT + default 0x81000000 if ARCH_K3 && ARM64 + default 0x80080000 if ARCH_K3 && CPU_V7R default 0x44000000 if ARCH_IMX8M default 0x60080000 if ARCH_ROCKCHIP && SPL_TEXT_BASE = 0x60000000 default 0x40200000 if ARCH_ROCKCHIP && SPL_TEXT_BASE = 0x40000000 |
