From: Simon Glass Date: Thu, 14 Sep 2023 16:55:51 +0000 (-0600) Subject: spl: Drop SPL/TPL_RAM_SUPPORT option for SPL_LOAD_FIT_ADDRESS X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=815f8d3f86dcabea7b82d302aefa86c6cc09a210;p=u-boot.git 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 Reviewed-by: Tom Rini --- diff --git a/boot/Kconfig b/boot/Kconfig index 99a2ffca2f..f564cb8dd8 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