summaryrefslogtreecommitdiff
path: root/board/scalys/simc-t10xx/spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/scalys/simc-t10xx/spl.c')
-rw-r--r--board/scalys/simc-t10xx/spl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/scalys/simc-t10xx/spl.c b/board/scalys/simc-t10xx/spl.c
index cfb6e04..07e8393 100644
--- a/board/scalys/simc-t10xx/spl.c
+++ b/board/scalys/simc-t10xx/spl.c
@@ -107,6 +107,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;
gd->env_addr = (ulong)(CONFIG_ENV_ADDR);
gd->env_valid = 1;