summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-06-06 13:02:18 +0200
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-10-13 14:32:47 +0200
commitd3bf543c08c071286ddbeeab0a612315d28f18f2 (patch)
treec55cb1894c71bf02244f2cc02d33505c911cc07c
parent0b65c1a8ca24ef32da6ce5e4bc3f343d64549185 (diff)
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 <christoph.muellner@theobroma-systems.com>
-rw-r--r--include/configs/rk3368_common.h2
1 files changed, 1 insertions, 1 deletions
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