summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2015-11-22 08:21:03 +0100
committerSimon Glass <sjg@chromium.org>2015-12-01 08:07:22 -0700
commitd76a0119c7980245e9fc13af28c4a594e34ab334 (patch)
tree266f33b5f67ea29a0ea43d591396b884284c9eaa /arch/arm/mach-rockchip
parentcd3187d6b2a6bc83f4613a865a3609f5233434d4 (diff)
downloadblackbird-obmc-uboot-d76a0119c7980245e9fc13af28c4a594e34ab334.tar.gz
blackbird-obmc-uboot-d76a0119c7980245e9fc13af28c4a594e34ab334.zip
Revert "rockchip: Reconfigure the malloc based to point to system memory"
This patch was merged shortly before the v2015.10 as a minimal fix for booting on rockchip. Now that the patch series from Hans to do the relocation in generic code has been merged it can be dropped. This reverts commit b1f492ca9e0c090209824ff36456d4f131843190. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-rockchip')
-rw-r--r--arch/arm/mach-rockchip/rk3288-board-spl.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-rockchip/rk3288-board-spl.c b/arch/arm/mach-rockchip/rk3288-board-spl.c
index 0426adf6b7..8199cad3fa 100644
--- a/arch/arm/mach-rockchip/rk3288-board-spl.c
+++ b/arch/arm/mach-rockchip/rk3288-board-spl.c
@@ -200,13 +200,6 @@ void board_init_f(ulong dummy)
debug("DRAM init failed: %d\n", ret);
return;
}
-
- /*
- * Now that DRAM is initialized setup base pointer for simple malloc
- * into RAM.
- */
- gd->malloc_base = CONFIG_SPL_STACK_R_ADDR;
- gd->malloc_ptr = 0;
}
static int setup_led(void)
OpenPOWER on IntegriCloud