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:
661519e
)
rockchip: rk3328: add SPL support
author
Kever Yang
<
[email protected]
>
Sat, 8 Jun 2019 21:27:14 +0000
(
00:27
+0300)
committer
Kever Yang
<
[email protected]
>
Wed, 26 Jun 2019 13:11:26 +0000
(21:11 +0800)
Add SPL support for rk3328, default with of-platdata enabled.
Signed-off-by: Kever Yang <
[email protected]
>
[cherry picked from https://github.com/rockchip-linux/u-boot/commit/
cb2b7a1bc75ebb116b1eb9b0ae0223e84d86fc4b
with minor modifications]
Signed-off-by: Matwey V. Kornilov <
[email protected]
>
Reviewed-by: Kever Yang <
[email protected]
>
include/configs/rk3328_common.h
patch
|
blob
|
history
diff --git
a/include/configs/rk3328_common.h
b/include/configs/rk3328_common.h
index 71aad7029a52a40205c073a3d6e2966ff1cca9a0..2a81c803b6089295f76195e3b778ca712f25ef28 100644
(file)
--- a/
include/configs/rk3328_common.h
+++ b/
include/configs/rk3328_common.h
@@
-16,6
+16,10
@@
#define CONFIG_SYS_INIT_SP_ADDR 0x00300000
#define CONFIG_SYS_LOAD_ADDR 0x00800800
+#define CONFIG_SPL_STACK 0x00400000
+#define CONFIG_SPL_MAX_SIZE 0x100000
+#define CONFIG_SPL_BSS_START_ADDR 0x2000000
+#define CONFIG_SPL_BSS_MAX_SIZE 0x2000
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */