commit | 7d3b63a6d7a506ca15b70a3c141ce27e292f7f7e | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Dec 03 16:31:43 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sat Dec 03 22:37:41 2022 -0500 |
tree | a8849d00180f6e52d08085c514fe6f6d71d9c86f | |
parent | 11f6d48c5456538a3930d869ea643d1362c8753d [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>