[U-Boot] [PATCH 1/3] arm: opos6uldev: use real value for CONFIG_STANDALONE_LOAD_ADDR
Daniel Schwierzeck
daniel.schwierzeck at gmail.com
Sun Sep 23 20:02:07 UTC 2018
Standalone programs on opos6uldev are linked to 0x82000000.
Use this value directly to prepare for Kconfig migration of
CONFIG_STANDALONE_LOAD_ADDR.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
---
include/configs/opos6uldev.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/opos6uldev.h b/include/configs/opos6uldev.h
index 70cf4665df..ecf6c133c5 100644
--- a/include/configs/opos6uldev.h
+++ b/include/configs/opos6uldev.h
@@ -22,7 +22,7 @@
#define CONFIG_SYS_MALLOC_LEN (16 << 20)
/* Miscellaneous configurable options */
-#define CONFIG_STANDALONE_LOAD_ADDR CONFIG_SYS_LOAD_ADDR
+#define CONFIG_STANDALONE_LOAD_ADDR 0x82000000
/* Physical Memory Map */
#define CONFIG_SYS_SDRAM_BASE MMDC0_ARB_BASE_ADDR
--
2.19.0
More information about the U-Boot
mailing list