Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/common/
Dboot_fit.c46 if (fdt_offset == FDT_ERROR) in fdt_offset()
Dcommon_fit.c19 return FDT_ERROR; in fdt_getprop_u32()
/third_party/uboot/u-boot-2020.01/common/spl/
Dspl_fit.c535 if (spl_image->entry_point == FDT_ERROR && in spl_load_simple_fit()
536 image_info.entry_point != FDT_ERROR) in spl_load_simple_fit()
551 if (spl_image->entry_point == FDT_ERROR || spl_image->entry_point == 0) in spl_load_simple_fit()
Dspl_opensbi.c63 if (uboot_entry == FDT_ERROR) in spl_invoke_opensbi()
Dspl_atf.c147 if (val == FDT_ERROR) in spl_fit_images_get_entry()
/third_party/uboot/u-boot-2020.01/include/
Dimage.h1489 #define FDT_ERROR ((ulong)(-1)) macro
Dimage.h.orig1469 #define FDT_ERROR ((ulong)(-1))