Searched refs:GD_FLG_KDTB_READY (Results 1 – 7 of 7) sorted by relevance
184 #define GD_FLG_KDTB_READY 0x10000 /* Kernel dtb is ready for use */ macro
66 if ((gd->flags & GD_FLG_KDTB_READY) && in device_bind_common()227 if (gd->flags & GD_FLG_KDTB_READY) { in device_bind_common()246 if (gd->flags & GD_FLG_KDTB_READY) in device_bind_common()
177 if ((gd->flags & GD_FLG_KDTB_READY) && !gd->fdt_blob_kern) { in board_fit_image_post_process()
379 gd->flags |= GD_FLG_KDTB_READY; in init_kernel_dtb()
265 if ((gd->flags & GD_FLG_KDTB_READY) && !gd->fdt_blob_kern) in fit_image_pre_process()
1036 if ((gd->flags & GD_FLG_KDTB_READY) && !gd->fdt_blob_kern) in bootm_image_populate_dtb()
635 if (!(gd->flags & GD_FLG_KDTB_READY)) in blk_claim_devnum()