Home
last modified time | relevance | path

Searched refs:GD_FLG_FULL_MALLOC_INIT (Results 1 – 16 of 16) sorted by relevance

/external/u-boot/board/freescale/c29xpcie/
Dspl.c60 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/external/u-boot/board/freescale/t4rdb/
Dspl.c83 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/external/u-boot/board/freescale/b4860qds/
Dspl.c94 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/external/u-boot/include/asm-generic/
Dglobal_data.h145 #define GD_FLG_FULL_MALLOC_INIT 0x00200 /* Full malloc() is ready */ macro
/external/u-boot/board/freescale/t208xrdb/
Dspl.c80 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/external/u-boot/board/freescale/p1010rdb/
Dspl.c76 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/external/u-boot/board/freescale/p1_p2_rdb_pc/
Dspl.c82 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/external/u-boot/board/freescale/p1022ds/
Dspl.c90 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/external/u-boot/board/freescale/t208xqds/
Dspl.c110 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/external/u-boot/board/freescale/t104xrdb/
Dspl.c102 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/external/u-boot/board/freescale/t4qds/
Dspl.c119 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/external/u-boot/board/freescale/t102xrdb/
Dspl.c111 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/external/u-boot/board/freescale/t102xqds/
Dspl.c124 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/external/u-boot/common/
Ddlmalloc.c1258 if (!(gd->flags & GD_FLG_FULL_MALLOC_INIT))
1527 if (!(gd->flags & GD_FLG_FULL_MALLOC_INIT))
1686 if (!(gd->flags & GD_FLG_FULL_MALLOC_INIT)) {
1895 if (!(gd->flags & GD_FLG_FULL_MALLOC_INIT)) {
2089 if (!(gd->flags & GD_FLG_FULL_MALLOC_INIT)) {
Dboard_r.c97 gd->flags |= GD_FLG_RELOC | GD_FLG_FULL_MALLOC_INIT; in initr_reloc()
/external/u-boot/common/spl/
Dspl.c477 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()