summaryrefslogtreecommitdiffstats
path: root/board/esd/pmc405de/pmc405de.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/esd/pmc405de/pmc405de.c')
-rw-r--r--board/esd/pmc405de/pmc405de.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/pmc405de/pmc405de.c b/board/esd/pmc405de/pmc405de.c
index c266ebe84f..a60809a1dd 100644
--- a/board/esd/pmc405de/pmc405de.c
+++ b/board/esd/pmc405de/pmc405de.c
@@ -441,7 +441,7 @@ int do_painit(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
*/
param = base - (pram << 10);
printf("PARAM: @%08x\n", param);
- debug("memsize=0x%08x, base=0x%08x\n", gd->bd->bi_memsize, base);
+ debug("memsize=0x%08x, base=0x%08x\n", (u32)gd->bd->bi_memsize, base);
/* clear entire PA ram */
memset((void*)param, 0, (pram << 10));
OpenPOWER on IntegriCloud