aboutsummaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-09-14 10:55:51 -0600
committerTom Rini <trini@konsulko.com>2023-09-19 11:36:26 -0400
commit815f8d3f86dcabea7b82d302aefa86c6cc09a210 (patch)
tree9e52046689770069ce94bb49f6c97f74ef44a0c4 /boot
parent63f0da65e16ff50a3f011b1107fcae67b24b4afb (diff)
downloadu-boot-815f8d3f86dcabea7b82d302aefa86c6cc09a210.zip
u-boot-815f8d3f86dcabea7b82d302aefa86c6cc09a210.tar.gz
u-boot-815f8d3f86dcabea7b82d302aefa86c6cc09a210.tar.bz2
spl: Drop SPL/TPL_RAM_SUPPORT option for SPL_LOAD_FIT_ADDRESS
All boards which actually define this address enable SPL_LOAD_FIT, or at least just rely on the default value of 0. So drop the dependency. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index 99a2ffc..f564cb8 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -217,7 +217,7 @@ config SPL_LOAD_FIT
config SPL_LOAD_FIT_ADDRESS
hex "load address of fit image"
- depends on SPL_LOAD_FIT || SPL_RAM_SUPPORT || TPL_RAM_SUPPORT
+ depends on SPL_LOAD_FIT
default 0x0
help
Specify the load address of the fit image that will be loaded