]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commit815f8d3f86dcabea7b82d302aefa86c6cc09a210
tree9e52046689770069ce94bb49f6c97f74ef44a0c4
parent63f0da65e16ff50a3f011b1107fcae67b24b4afb
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>
boot/Kconfig