]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "configs: Remove default malloc length for K3 R5 SPL"
authorTom Rini <trini@konsulko.com>
Wed, 31 Dec 2025 16:13:54 +0000 (10:13 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 31 Dec 2025 17:51:14 +0000 (11:51 -0600)
This series from Andrew Davis <afd@ti.com> 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/20251208190635.2044082-1-afd@ti.com
1  2 
boot/Kconfig
common/spl/Kconfig
configs/am64x_evm_a53_defconfig
configs/am65x_evm_a53_defconfig
configs/j7200_evm_a72_defconfig
configs/j721e_evm_a72_defconfig
configs/j721s2_evm_a72_defconfig
configs/j784s4_evm_a72_defconfig
configs/phycore_am64x_a53_defconfig

diff --cc boot/Kconfig
index 644f398f1e9b050f27d6d4d4f7ad8789d044ef39,14c59ef72f9841d559996f25be26b85bcfc88324..676a42a6ed4b0550e4928ab9af6af05c62983a46
@@@ -246,12 -272,11 +246,14 @@@ config SPL_LOAD_FI
             "linux" images are also supported with Falcon boot mode.
  
  config SPL_LOAD_FIT_ADDRESS
 -      hex "load address of fit image"
 +      hex "load address of fit image in SPL"
        depends on SPL_LOAD_FIT
 -      default 0x44000000 if ARCH_IMX8M
+       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
 +      default 0x00200000 if ARCH_ROCKCHIP && SPL_TEXT_BASE = 0x00000000
        default 0x0
        help
          Specify the load address of the fit image that will be loaded
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge