
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 --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