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

/u-boot/boot/
H A Dcommon_fit.c19 return FDT_ERROR;
H A Dboot_fit.c46 if (fdt_offset == FDT_ERROR)
/u-boot/common/spl/
H A Dspl_fit.c336 image_info->entry_point = FDT_ERROR;
830 if (spl_image->entry_point == FDT_ERROR &&
831 image_info.entry_point != FDT_ERROR)
846 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 89 milliseconds