diff mbox series

[U-Boot,1/3] arm: opos6uldev: use real value for CONFIG_STANDALONE_LOAD_ADDR

Message ID 20180923200209.12233-2-daniel.schwierzeck@gmail.com
State Deferred
Delegated to: Tom Rini
Headers show
Series Kconfig: move CONFIG_STANDALONE_LOAD_ADDR to Kconfig | expand

Commit Message

Daniel Schwierzeck Sept. 23, 2018, 8:02 p.m. UTC
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@gmail.com>
---

 include/configs/opos6uldev.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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