projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7208d90
)
ARM: rmobile: Place initial stack right below U-Boot
author
Marek Vasut
<marek.vasut@gmail.com>
Fri, 15 Sep 2017 19:09:47 +0000
(21:09 +0200)
committer
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Sun, 24 Sep 2017 05:12:07 +0000
(14:12 +0900)
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>
include/configs/rcar-gen3-common.h
patch
|
blob
|
history
diff --git
a/include/configs/rcar-gen3-common.h
b/include/configs/rcar-gen3-common.h
index 745291a971fcb0ee758c92f7ac998091e577fc2e..6ed08e5bfcfd002c3c4e8b3477db4ead55f98c4d 100644
(file)
--- 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)