diff options
| author | Andrew Davis <[email protected]> | 2025-12-08 13:06:35 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-31 10:13:01 -0600 |
| commit | dc1c7526b1cb64526601d81f70a87f57aeac1e9a (patch) | |
| tree | e25906c1ba55e1f8d326aefd764bba28c55f9ff4 /boot | |
| parent | 6de07498790d8af3073be3a73dff918e410cff66 (diff) | |
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 <[email protected]>
Reviewed-by: Bryan Brattlof <[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 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 |
