
22 Nov
2015
22 Nov
'15
8:21 a.m.
Booting on Rockchip 3288 broke in linux-rockchip as the defaults for the SPL relocation code made the heap start at a negative address (or really wrap around).
First patch reverts an old relocation workaround from me, which can be dropped since there is now proper support for relocating in the SPL. Second patch updates the configuration for RK3288 which fixes booting.
Sjoerd Simons (2): Revert "rockchip: Reconfigure the malloc based to point to system memory" rockchip: Explicitely set CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN
arch/arm/mach-rockchip/board-spl.c | 7 ------- configs/chromebook_jerry_defconfig | 1 + configs/firefly-rk3288_defconfig | 1 + 3 files changed, 2 insertions(+), 7 deletions(-)
--
2.6.2