Home
last modified time | relevance | path

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

/openbmc/u-boot/common/spl/
H A Dspl_fit.c533 if (spl_image->entry_point == FDT_ERROR && in spl_load_simple_fit()
534 image_info.entry_point != FDT_ERROR) in spl_load_simple_fit()
549 if (spl_image->entry_point == FDT_ERROR || spl_image->entry_point == 0) in spl_load_simple_fit()
H A Dspl_atf.c136 if (val == FDT_ERROR) in spl_fit_images_get_entry()
/openbmc/u-boot/common/
H A Dboot_fit.c46 if (fdt_offset == FDT_ERROR) in fdt_offset()
H A Dcommon_fit.c19 return FDT_ERROR; in fdt_getprop_u32()
/openbmc/u-boot/include/
H A Dimage.h1376 #define FDT_ERROR ((ulong)(-1)) macro