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:
48d2fc4
)
rockchip: RK3288 needs fdt and initrd below 256M now
author
Sandy Patterson
<apatterson@sightlogix.com>
Mon, 11 Jul 2016 17:38:52 +0000
(13:38 -0400)
committer
Simon Glass
<sjg@chromium.org>
Sun, 30 Oct 2016 19:29:05 +0000
(13:29 -0600)
I am not sure why this limit is changing. But my kernel
doesn't load when it's above 256. This was testing on the
rock2 board.
Signed-off-by: Sandy Patterson <apatterson@sightlogix.com>
Updated commit subject:
Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/rk3288_common.h
patch
|
blob
|
history
diff --git
a/include/configs/rk3288_common.h
b/include/configs/rk3288_common.h
index cf6f3557f08b4e401cb9ebe467b2f2d157327e4b..af99d639fecc491f25dbd8067106696b6b524d58 100644
(file)
--- a/
include/configs/rk3288_common.h
+++ b/
include/configs/rk3288_common.h
@@
-114,11
+114,11
@@
#include <config_distro_bootcmd.h>
-/* Linux fails to load the fdt if it's loaded above
512
M on a Rock 2 board, so
+/* Linux fails to load the fdt if it's loaded above
256
M on a Rock 2 board, so
* limit the fdt reallocation to that */
#define CONFIG_EXTRA_ENV_SETTINGS \
- "fdt_high=0x
1
fffffff\0" \
- "initrd_high=0x
1
fffffff\0" \
+ "fdt_high=0x
0
fffffff\0" \
+ "initrd_high=0x
0
fffffff\0" \
"partitions=" PARTS_DEFAULT \
ENV_MEM_LAYOUT_SETTINGS \
ROCKCHIP_DEVICE_SETTINGS \