Home
last modified time | relevance | path

Searched refs:IMAGE_PARAM_INVAL (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dsource.c90 while (*data++ != IMAGE_PARAM_INVAL); in source()
/OK3568_Linux_fs/u-boot/common/
H A Dimage.c202 return (load == IMAGE_PARAM_INVAL) ? in image_get_load()
210 return (ep == IMAGE_PARAM_INVAL) ? in image_get_ep()
263 for (i = 0; size[i] != IMAGE_PARAM_INVAL; ++i) in image_multi_count()
/OK3568_Linux_fs/u-boot/tools/
H A Dmkimage.c489 size = IMAGE_PARAM_INVAL; in main()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h725 #define IMAGE_PARAM_INVAL 0xffffffff macro