mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-23 07:12:25 +00:00
Cleanup for GCC-4.x
This commit is contained in:
parent
17a8b276ba
commit
77ddac9480
201 changed files with 606 additions and 587 deletions
|
@ -119,7 +119,7 @@ int do_spi (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
|
|||
printf("Error with the SPI transaction.\n");
|
||||
rcode = 1;
|
||||
} else {
|
||||
cp = din;
|
||||
cp = (char *)din;
|
||||
for(j = 0; j < ((bitlen + 7) / 8); j++) {
|
||||
printf("%02X", *cp++);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue