From dc1c7526b1cb64526601d81f70a87f57aeac1e9a Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Mon, 8 Dec 2025 13:06:35 -0600 Subject: spl: Kconfig: k3: Set common default for SPL_LOAD_FIT(_ADDRESS) These are common for all K3 based boards. Add the common values as defaults and remove from each board defconfig Signed-off-by: Andrew Davis Reviewed-by: Bryan Brattlof --- boot/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boot') diff --git a/boot/Kconfig b/boot/Kconfig index 85f4d468069..14c59ef72f9 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -275,6 +275,8 @@ config SPL_LOAD_FIT_ADDRESS hex "load address of fit image" depends on SPL_LOAD_FIT default 0x44000000 if ARCH_IMX8M + default 0x81000000 if ARCH_K3 && ARM64 + default 0x80080000 if ARCH_K3 && CPU_V7R default 0x0 help Specify the load address of the fit image that will be loaded -- cgit v1.3.1