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:
d962e5d
)
rockchip: rk3288: use aligned address for SPL_TEXT_BASE
author
Kever Yang
<
[email protected]
>
Tue, 10 Oct 2017 14:21:05 +0000
(16:21 +0200)
committer
Philipp Tomsich
<
[email protected]
>
Tue, 21 Nov 2017 22:57:21 +0000
(23:57 +0100)
After we use boot0 hook, we can use offset '000' instead of '004' as
SPL_TEXT_BASE.
Signed-off-by: Kever Yang <
[email protected]
>
[Updated tag in commit summary:]
Signed-off-by: Philipp Tomsich <
[email protected]
>
include/configs/rk3288_common.h
patch
|
blob
|
history
diff --git
a/include/configs/rk3288_common.h
b/include/configs/rk3288_common.h
index 2b8f618f721be35aecf929123c456991933f2019..e2f070fd1c8e75db6658a9e9d887646be13921ca 100644
(file)
--- a/
include/configs/rk3288_common.h
+++ b/
include/configs/rk3288_common.h
@@
-34,7
+34,7
@@
#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_TPL_BOOTROM_SUPPORT)
# define CONFIG_SPL_TEXT_BASE 0x0
#else
-# define CONFIG_SPL_TEXT_BASE 0xff70400
4
+# define CONFIG_SPL_TEXT_BASE 0xff70400
0
#endif
/* MMC/SD IP block */