mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
86xx: Fix compilation warning in sys_eprom.c
sys_eeprom.c:82:9: warning: unknown escape sequence '\/' Signed-off-by: Jon Loeliger <jdl@freescale.com>
This commit is contained in:
parent
ccd6e1464e
commit
3f2ac8f928
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ int mac_show(void)
|
|||
/* Show Build Date,
|
||||
* BCD date values, as YYMMDDhhmmss.
|
||||
*/
|
||||
printf("Date 20%02x\/%02x\/%02x %02x:%02x:%02x\n",
|
||||
printf("Date 20%02x/%02x/%02x %02x:%02x:%02x\n",
|
||||
mac_data.date[0],
|
||||
mac_data.date[1],
|
||||
mac_data.date[2],
|
||||
|
|
Loading…
Reference in a new issue