projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a33fee1
)
rockchip: rk3036: use aligned address for SPL_TEXT_BASE
author
Philipp Tomsich
<
[email protected]
>
Tue, 10 Oct 2017 14:21:06 +0000
(16:21 +0200)
committer
Philipp Tomsich
<
[email protected]
>
Tue, 21 Nov 2017 22:57:21 +0000
(23:57 +0100)
With the boot0-hook inserting the additional padding to receive our
SPL magic, the SPL_TEXT_BASE can be aligned again.
Signed-off-by: Philipp Tomsich <
[email protected]
>
include/configs/rk3036_common.h
patch
|
blob
|
history
diff --git
a/include/configs/rk3036_common.h
b/include/configs/rk3036_common.h
index 4ed8f5a6c764f78b82b7628fd708b89d41df0053..3a2bf339b1803c428b469d741dab6f3aac7f10fd 100644
(file)
--- a/
include/configs/rk3036_common.h
+++ b/
include/configs/rk3036_common.h
@@
-25,7
+25,7
@@
#define CONFIG_SYS_INIT_SP_ADDR 0x60100000
#define CONFIG_SYS_LOAD_ADDR 0x60800800
#define CONFIG_SPL_STACK 0x10081fff
-#define CONFIG_SPL_TEXT_BASE 0x1008100
4
+#define CONFIG_SPL_TEXT_BASE 0x1008100
0
#define CONFIG_ROCKCHIP_MAX_INIT_SIZE (4 << 10)
#define CONFIG_ROCKCHIP_CHIP_TAG "RK30"