* [U-Boot-Users] [PATCH] 86xx: Fix compilation warning in sys_eprom.c
@ 2008-01-23 21:55 Jon Loeliger
2008-02-07 17:01 ` Jon Loeliger
0 siblings, 1 reply; 2+ messages in thread
From: Jon Loeliger @ 2008-01-23 21:55 UTC (permalink / raw)
To: u-boot
sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
Signed-off-by: Jon Loeliger <jdl@freescale.com>
---
Wolfgang,
Could you please apply this bugfix directly?
Thanks,
jdl
board/freescale/common/sys_eeprom.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/freescale/common/sys_eeprom.c b/board/freescale/common/sys_eeprom.c
index 44c0978..c8e17d0 100644
--- 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],
--
1.5.4.rc0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot-Users] [PATCH] 86xx: Fix compilation warning in sys_eprom.c
2008-01-23 21:55 [U-Boot-Users] [PATCH] 86xx: Fix compilation warning in sys_eprom.c Jon Loeliger
@ 2008-02-07 17:01 ` Jon Loeliger
0 siblings, 0 replies; 2+ messages in thread
From: Jon Loeliger @ 2008-02-07 17:01 UTC (permalink / raw)
To: u-boot
On Wed, 2008-01-23 at 15:55, Jon Loeliger wrote:
> sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
>
> Signed-off-by: Jon Loeliger <jdl@freescale.com>
> ---
>
> Wolfgang,
>
> Could you please apply this bugfix directly?
>
> Thanks,
> jdl
>
>
> board/freescale/common/sys_eeprom.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/board/freescale/common/sys_eeprom.c b/board/freescale/common/sys_eeprom.c
> index 44c0978..c8e17d0 100644
> --- 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],
Wolfgang,
Will you be able to apply this patch directly and
is it still on your list?
Thanks,
jdl
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-07 17:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-23 21:55 [U-Boot-Users] [PATCH] 86xx: Fix compilation warning in sys_eprom.c Jon Loeliger
2008-02-07 17:01 ` Jon Loeliger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox