]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: Tidy up load address in spl_ram
authorSimon Glass <sjg@chromium.org>
Thu, 14 Sep 2023 16:55:50 +0000 (10:55 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 19 Sep 2023 15:36:26 +0000 (11:36 -0400)
commit63f0da65e16ff50a3f011b1107fcae67b24b4afb
tree0dbab8a17da81c246a5c7fb2f107feea608a6c2d
parent12a7ea005957b3439fd10654da2bc6bac8c53f4e
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>
common/spl/spl_ram.c