commit | e1da01d7b10057de27baf579912d188da3550a4d | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Sun Sep 04 03:29:00 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 15 16:11:02 2022 -0400 |
tree | 440c5fecb33d40103ff7e525fab5edbc6c12ef78 | |
parent | 5c9bf1d65530d85dcdcca329bee7ce93818a6e3e [diff] |
Nokia RX-51: Set default SYS_LOAD_ADDR to 0x80008000 At address 0x80000100 are stored initial atags passed to U-Boot by NOLO. So do not overwrite them when using $loadaddr variable which value is set from CONFIG_SYS_LOAD_ADDR option. Signed-off-by: Pali Rohár <pali@kernel.org>