]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
spl: Drop SPL/TPL_RAM_SUPPORT option for SPL_LOAD_FIT_ADDRESS
authorSimon Glass <sjg@chromium.org>
Thu, 14 Sep 2023 16:55:51 +0000 (10:55 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 19 Sep 2023 15:36:26 +0000 (11:36 -0400)
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>
boot/Kconfig

index 99a2ffca2fc65ea5a28450e407507ccb299d85eb..f564cb8dd84ce7bf1943a351e69d6d1835df8aa7 100644 (file)
@@ -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