
18 Oct
2004
18 Oct
'04
9:52 a.m.
Dear Steven,
in message 41736B80.1090903@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@denx.de
Why is an average signature file longer than an average Perl script??