mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
ColdFire: Remove compiler warning messages
Remove unused variables and printf type mismatch in lib_m68k/board.c Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
This commit is contained in:
parent
4567c7bff2
commit
11d88b26a6
@ -535,7 +535,7 @@ void board_init_r (gd_t *id, ulong dest_addr)
|
|||||||
*/
|
*/
|
||||||
s = getenv ("flashchecksum");
|
s = getenv ("flashchecksum");
|
||||||
if (s && (*s == 'y')) {
|
if (s && (*s == 'y')) {
|
||||||
printf (" CRC: %08lX",
|
printf (" CRC: %08X",
|
||||||
crc32 (0,
|
crc32 (0,
|
||||||
(const unsigned char *) CONFIG_SYS_FLASH_BASE,
|
(const unsigned char *) CONFIG_SYS_FLASH_BASE,
|
||||||
flash_size)
|
flash_size)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user