projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccd6e14
)
86xx: Fix compilation warning in sys_eprom.c
author
Jon Loeliger
<jdl@jdl.com>
Wed, 23 Jan 2008 21:55:02 +0000
(15:55 -0600)
committer
Jon Loeliger
<jdl@freescale.com>
Thu, 14 Feb 2008 19:58:53 +0000
(13:58 -0600)
sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
Signed-off-by: Jon Loeliger <jdl@freescale.com>
board/freescale/common/sys_eeprom.c
patch
|
blob
|
history
diff --git
a/board/freescale/common/sys_eeprom.c
b/board/freescale/common/sys_eeprom.c
index
44c0978
..
c8e17d0
100644
(file)
--- a/
board/freescale/common/sys_eeprom.c
+++ b/
board/freescale/common/sys_eeprom.c
@@
-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],