Home
last modified time | relevance | path

Searched refs:GD_FLG_KDTB_READY (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevice.c66 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()
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h183 #define GD_FLG_KDTB_READY 0x10000 /* Kernel dtb is ready for use */ macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dfit_misc.c167 if ((gd->flags & GD_FLG_KDTB_READY) && !gd->fdt_blob_kern) { in board_fit_image_post_process()
H A Dkernel_dtb.c379 gd->flags |= GD_FLG_KDTB_READY; in init_kernel_dtb()
H A Dfit.c251 if ((gd->flags & GD_FLG_KDTB_READY) && !gd->fdt_blob_kern) in fit_image_pre_process()
/OK3568_Linux_fs/u-boot/drivers/block/
H A Dblk-uclass.c588 if (!(gd->flags & GD_FLG_KDTB_READY)) in blk_claim_devnum()