[U-Boot-Users] [PATCH] fix warnings in board/versatile/flash.c
Wolfgang Denk
wd at denx.de
Mon Oct 18 09:52:42 CEST 2004
Dear Steven,
in message <41736B80.1090903 at imc-berlin.de> you wrote:
>
> CHANGELOG:
> Fix typo and warning in board/versatile/flash.c
Please check again.
> - printf ("\Intel StrataFlash 28F256K3C device initialized\n");
> + printf ("Intel StrataFlash 28F256K3C device initialized\n");
This is already fixed in CVS.
> - printf ("not erased at %08lx (%x)\n", (ulong) addr, *addr);
> + printf ("not erased at %08lx (%lx)\n", (ulong) addr, *addr);
I don't get a warning for this code, neither with GCC-2.95.4 nor with
GCC-3.3.3. Which toolchain are you using, and what is the error /
warning message?
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Why is an average signature file longer than an average Perl script??
More information about the U-Boot
mailing list