commit | 95dbb410329d5bc4e9812b7a6e49baf6aff60102 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 14 10:55:50 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 19 11:36:26 2023 -0400 |
tree | 0dbab8a17da81c246a5c7fb2f107feea608a6c2d | |
parent | e9a089a9c6521182dd28713d5856a993833b09e3 [diff] |
spl: Tidy up load address in spl_ram This CONFIG is used but is not given a value by some boards. Use a default value of 0 explicitly, rather than relying on the 0 value provided by CONFIG_SPL_LOAD_FIT_ADDRESS This will allow us to make SPL_LOAD_FIT_ADDRESS depend on SPL_LOAD_FIT as it should. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>