mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 01:32:47 +02:00
Fix for incomplete byteorder fix in cmd_scsi.c and cmd_usb.c
This commit is contained in:
@@ -281,6 +281,7 @@ int do_scsiboot (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
|
||||
puts ("\n** Bad Header Checksum **\n");
|
||||
return 1;
|
||||
}
|
||||
hdr->ih_hcrc = htonl(checksum); /* restore checksum for later use */
|
||||
|
||||
print_image_hdr (hdr);
|
||||
cnt = (ntohl(hdr->ih_size) + sizeof(image_header_t));
|
||||
|
Reference in New Issue
Block a user