Skip to content

Commit

Permalink
Fix mac.bin file name
Browse files Browse the repository at this point in the history
  • Loading branch information
olegart committed Feb 17, 2016
1 parent 4ddbf87 commit 6c3eee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion u-boot/common/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ static void usb_upgrade(void)
*macLastWord=(*macLastWord)+4; // increment for the next board

sprintf(buffer,
"fatwrite usb 0:1 0x%X bsb_mac.bin 6",
"fatwrite usb 0:1 0x%X mac.bin 6",
addr);

if(cmd_exec(buffer))
Expand Down

0 comments on commit 6c3eee3

Please sign in to comment.