mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
Fix for incomplete byteorder fix in cmd_scsi.c and cmd_usb.c
This commit is contained in:
parent
f8883cb101
commit
2f916943c9
2 changed files with 3 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue