ColdFire: Remove compiler warning messages
[pandora-u-boot.git] / lib_m68k / board.c
index 7d4ffc7..ec7f018 100644 (file)
@@ -535,7 +535,7 @@ void board_init_r (gd_t *id, ulong dest_addr)
                 */
                s = getenv ("flashchecksum");
                if (s && (*s == 'y')) {
-                       printf ("  CRC: %08lX",
+                       printf ("  CRC: %08X",
                                        crc32 (0,
                                                   (const unsigned char *) CONFIG_SYS_FLASH_BASE,
                                                   flash_size)