]> git.baikalelectronics.ru Git - uboot.git/commit
common/spl/spl_ram: Remove unused default
authorTom Rini <trini@konsulko.com>
Sun, 4 Dec 2022 15:14:20 +0000 (10:14 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Dec 2022 18:01:13 +0000 (13:01 -0500)
commit0c0a45dd77045c87258ef95c82093253ce195f48
treed6e95e03385c33f5d99775cc44710fc6f540b094
parent46ff1655b3fafecfdfb6ac9a8bd33d1757616549
common/spl/spl_ram: Remove unused default

We ask for CONFIG_SPL_LOAD_FIT_ADDRESS in Kconfig, so we cannot define
it in C as a fall-back. However, this option previously was buried under
"if ... endif" Kconfig logic. Rework a number of config options to now
have more robust dependency lines so that we can ask this address when
needed. With that done, we can remove the fallback in spl_ram.c.

Signed-off-by: Tom Rini <trini@konsulko.com>
boot/Kconfig
common/spl/spl_ram.c