Home
last modified time | relevance | path

Searched refs:IMAGE_FORMAT_INVALID (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dimage.h559 #define IMAGE_FORMAT_INVALID 0x00 macro
/OK3568_Linux_fs/u-boot/cmd/
H A Dpxe.c795 if (genimg_get_format(buf) != IMAGE_FORMAT_INVALID) in label_boot()
/OK3568_Linux_fs/u-boot/common/
H A Dimage.c902 return IMAGE_FORMAT_INVALID; in genimg_get_format()