From d3bf543c08c071286ddbeeab0a612315d28f18f2 Mon Sep 17 00:00:00 2001 From: Christoph Muellner Date: Thu, 6 Jun 2019 13:02:18 +0200 Subject: rk3368: Streamline SYS_LOAD_ADDR. This patch sets SYS_LOAD_ADDR to the same value as on RK3399. This addresses overlapping memory region issues on RK3368. Signed-off-by: Christoph Muellner --- include/configs/rk3368_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/rk3368_common.h b/include/configs/rk3368_common.h index f0328156a9..1f01de5cbb 100644 --- a/include/configs/rk3368_common.h +++ b/include/configs/rk3368_common.h @@ -22,7 +22,7 @@ #define CONFIG_SYS_NS16550_MEM32 #define CONFIG_SYS_INIT_SP_ADDR 0x00300000 -#define CONFIG_SYS_LOAD_ADDR 0x00280000 +#define CONFIG_SYS_LOAD_ADDR 0x00800800 #define CONFIG_SPL_TEXT_BASE 0x00000000 #define CONFIG_SPL_MAX_SIZE 0x40000 -- cgit v1.2.3