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 /arch | |
| 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 'arch')
| -rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3db5474a05b..0485fe78e10 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -835,6 +835,7 @@ config ARCH_K3 select FIT_SIGNATURE if ARM64 select DMA_ADDR_T_64BIT select LTO + select SPL_LOAD_FIT if SPL imply TI_SECURE_DEVICE imply DM_RNG if ARM64 imply TEE if ARM64 |
