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 <[EMAIL PROTECTED]>
> ---
> 
> 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



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to