Home
last modified time | relevance | path

Searched refs:FDT_ERROR (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dboot_fit.c47 if (fdt_offset == FDT_ERROR) in fdt_offset()
H A Dcommon_fit.c21 return FDT_ERROR; in fdt_getprop_u32()
/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c794 if (image_info.entry_point == FDT_ERROR) in spl_internal_load_simple_fit()
903 if (spl_image->entry_point == FDT_ERROR && in spl_internal_load_simple_fit()
904 image_info.entry_point != FDT_ERROR) in spl_internal_load_simple_fit()
923 if (spl_image->entry_point == FDT_ERROR || spl_image->entry_point == 0) in spl_internal_load_simple_fit()
H A Dspl_atf.c164 if (val == FDT_ERROR) in spl_fit_images_get_entry()
/rk3399_rockchip-uboot/include/
H A Dimage.h1459 #define FDT_ERROR ((ulong)(-1)) macro