Home
last modified time | relevance | path

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

/external/u-boot/include/
Dimage.h302 #define IH_NMLEN 32 /* Image Name Length */ macro
323 uint8_t ih_name[IH_NMLEN]; /* Image Name */
798 strncpy(image_get_name(hdr), name, IH_NMLEN);
/external/u-boot/common/spl/
Dspl.c250 IH_NMLEN, spl_image->name, in spl_parse_image_header()
/external/u-boot/common/
Dimage.c333 printf("%sImage Name: %.*s\n", p, IH_NMLEN, image_get_name(hdr)); in image_print_contents()