Searched refs:FDT_ERROR (Results 1 - 4 of 4) sorted by relevance

/u-boot/boot/
H A Dcommon_fit.c20 return FDT_ERROR;
H A Dboot_fit.c47 if (fdt_offset == FDT_ERROR)
/u-boot/common/spl/
H A Dspl_fit.c337 image_info->entry_point = FDT_ERROR;
831 if (spl_image->entry_point == FDT_ERROR &&
832 image_info.entry_point != FDT_ERROR)
847 if (spl_image->entry_point == FDT_ERROR || spl_image->entry_point == 0)
/u-boot/include/
H A Dimage.h2011 #define FDT_ERROR ((ulong)(-1)) macro

Completed in 152 milliseconds