]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-rockchip/rk3288-board-spl.c
ARM: uniphier: fix range invalidate for outer cache
[u-boot] / arch / arm / mach-rockchip / rk3288-board-spl.c
index 0426adf6b7e60995557e6b684031a096d7114260..8199cad3facc20251984605ca4005e91c0b8e093 100644 (file)
@@ -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)