commit | 0f3d1dec586361dcf006ecd9227420c000951da7 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Dec 04 10:14:20 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 23 13:01:13 2022 -0500 |
tree | d6e95e03385c33f5d99775cc44710fc6f540b094 | |
parent | 7aef36c7a5394c93824de8276f820f1ace11d26c [diff] |
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>