Home
last modified time | relevance | path

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

/external/u-boot/common/spl/
Dspl_fit.c498 if (spl_image->entry_point == FDT_ERROR && in spl_load_simple_fit()
499 image_info.entry_point != FDT_ERROR) in spl_load_simple_fit()
514 if (spl_image->entry_point == FDT_ERROR || spl_image->entry_point == 0) in spl_load_simple_fit()
Dspl_atf.c136 if (val == FDT_ERROR) in spl_fit_images_get_entry()
/external/u-boot/common/
Dboot_fit.c46 if (fdt_offset == FDT_ERROR) in fdt_offset()
Dcommon_fit.c20 return FDT_ERROR; in fdt_getprop_u32()
/external/u-boot/include/
Dimage.h1344 #define FDT_ERROR ((ulong)(-1)) macro