aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-09-04 03:29:00 +0200
committerTom Rini <trini@konsulko.com>2022-09-15 16:11:02 -0400
commite1da01d7b10057de27baf579912d188da3550a4d (patch)
tree440c5fecb33d40103ff7e525fab5edbc6c12ef78
parent5c9bf1d65530d85dcdcca329bee7ce93818a6e3e (diff)
downloadu-boot-e1da01d7b10057de27baf579912d188da3550a4d.zip
u-boot-e1da01d7b10057de27baf579912d188da3550a4d.tar.gz
u-boot-e1da01d7b10057de27baf579912d188da3550a4d.tar.bz2
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>
-rw-r--r--configs/nokia_rx51_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig
index 41f8268..6629137 100644
--- a/configs/nokia_rx51_defconfig
+++ b/configs/nokia_rx51_defconfig
@@ -4,7 +4,7 @@ CONFIG_SYS_L2CACHE_OFF=y
CONFIG_ARCH_OMAP2PLUS=y
CONFIG_SYS_MALLOC_LEN=0xc0000
CONFIG_TARGET_NOKIA_RX51=y
-CONFIG_SYS_LOAD_ADDR=0x80000000
+CONFIG_SYS_LOAD_ADDR=0x80008000
CONFIG_OPTIMIZE_INLINING=y
CONFIG_LTO=y
# CONFIG_FIT is not set