diff options
author | Markus Klotzbuecher <mk@denx.de> | 2008-07-10 16:03:26 +0200 |
---|---|---|
committer | Markus Klotzbuecher <mk@denx.de> | 2008-07-10 16:03:26 +0200 |
commit | 262423955895ba4599fa11d7c49dcffb65af0afd (patch) | |
tree | 59d35abf0b661bef68018e2137c174db0309bc22 /board/zeus/zeus.c | |
parent | 794a5924972fc8073616e98a2668da4a5f9aea90 (diff) | |
parent | e0320b1ebec13755911a53b0af12cbf3e5e49a65 (diff) | |
download | u-boot-imx-262423955895ba4599fa11d7c49dcffb65af0afd.zip u-boot-imx-262423955895ba4599fa11d7c49dcffb65af0afd.tar.gz u-boot-imx-262423955895ba4599fa11d7c49dcffb65af0afd.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot
Diffstat (limited to 'board/zeus/zeus.c')
-rw-r--r-- | board/zeus/zeus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/zeus/zeus.c b/board/zeus/zeus.c index 0113d48..33d971a 100644 --- a/board/zeus/zeus.c +++ b/board/zeus/zeus.c @@ -280,7 +280,7 @@ static int restore_default(void) } else { crc = crc32(0, (u8 *)(buf + 4), FACTORY_RESET_ENV_SIZE - 4); if (crc != *(u32 *)buf) { - printf("ERROR: crc mismatch %08lx %08lx\n", crc, *(u32 *)buf); + printf("ERROR: crc mismatch %08x %08x\n", crc, *(u32 *)buf); return -1; } |