Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/asm-generic/
H A Dglobal_data.h184 #define GD_FLG_KDTB_READY 0x10000 /* Kernel dtb is ready for use */ macro
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit_misc.c177 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.c265 if ((gd->flags & GD_FLG_KDTB_READY) && !gd->fdt_blob_kern) in fit_image_pre_process()
H A Dboard.c1036 if ((gd->flags & GD_FLG_KDTB_READY) && !gd->fdt_blob_kern) in bootm_image_populate_dtb()
/rk3399_rockchip-uboot/drivers/block/
H A Dblk-uclass.c635 if (!(gd->flags & GD_FLG_KDTB_READY)) in blk_claim_devnum()