HomeSort by: relevance | last modified time | path
    Searched refs:ih_arch (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mkubootimage/
uboot.h 82 uint8_t ih_arch; member in struct:uboot_image_header
mkubootimage.c 289 printf(" arch: %d (%s)\n", hdr->ih_arch,
290 get_arch_name(hdr->ih_arch));
351 hdr->ih_arch = image_arch;

Completed in 12 milliseconds