powerpc/board: SPL: Enable malloc flag in global data.
[platform/kernel/u-boot.git] / board / freescale / b4860qds / spl.c
index 3f7cc03..fabc783 100644 (file)
@@ -91,6 +91,7 @@ void board_init_r(gd_t *gd, ulong dest_addr)
        get_clocks();
        mem_malloc_init(CONFIG_SPL_RELOC_MALLOC_ADDR,
                        CONFIG_SPL_RELOC_MALLOC_SIZE);
+       gd->flags |= GD_FLG_FULL_MALLOC_INIT;
 
 #ifndef CONFIG_SPL_NAND_BOOT
        env_init();