Home | Sort by: relevance | last modified time | path |
/src/usr.bin/mkubootimage/ | |
uboot.h | 78 uint32_t ih_load; member in struct:uboot_image_header |
uboot.h | 78 uint32_t ih_load; member in struct:uboot_image_header |
mkubootimage.c | 284 printf(" load addr: 0x%08x\n", be32toh(hdr->ih_load)); 347 hdr->ih_load = htobe32(image_loadaddr); |
mkubootimage.c | 284 printf(" load addr: 0x%08x\n", be32toh(hdr->ih_load)); 347 hdr->ih_load = htobe32(image_loadaddr); |