summaryrefslogtreecommitdiff
path: root/include/configs/rcar-gen3-common.h
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2017-09-15 22:09:47 +0300
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2017-09-24 08:12:07 +0300
commit8103bc57f971803668280d6996084278c50b9fb1 (patch)
tree3edcf6ea4a03a21402e345e3d69d7797d1e25045 /include/configs/rcar-gen3-common.h
parent7208d903ebe1e9c7633e9993117fb6c6e31c21a7 (diff)
downloadu-boot-8103bc57f971803668280d6996084278c50b9fb1.tar.xz
ARM: rmobile: Place initial stack right below U-Boot
Place the stack right below U-Boot so it's not in the way in case U-Boot grows too much. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/rcar-gen3-common.h')
-rw-r--r--include/configs/rcar-gen3-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h
index 745291a971..6ed08e5bfc 100644
--- a/include/configs/rcar-gen3-common.h
+++ b/include/configs/rcar-gen3-common.h
@@ -42,7 +42,7 @@
/* MEMORY */
#define CONFIG_SYS_TEXT_BASE 0x50000000
-#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0x7fff0)
+#define CONFIG_SYS_INIT_SP_ADDR CONFIG_SYS_TEXT_BASE
#define DRAM_RSV_SIZE 0x08000000
#if defined(CONFIG_R8A7795)