u-boot-brain/arch/avr32/cpu/at32ap700x
Andreas Bießmann 87c24e2580 avr32:mmu.c: fix printf() length modifier
avr32 uses unsigned long addresses, fix the printf() length modifier for that
fact.

Before this patch following warning occours:

---8<---
mmu.c: In function 'mmu_init_r':
mmu.c:25: warning: format '%08x' expects type 'unsigned int', but argument 2 has type 'uintptr_t'
--->8---

Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
cc: Mike Frysinger <vapier@gentoo.org>
cc: Thomas Chou <thomas@wytron.com.tw>
cc: Reinhard Meyer <u-boot@emk-elektronik.de>
Acked-by: Mike Frysinger <vapier@gentoo.org>
2011-12-17 23:57:18 +01:00
..
clk.c avr32: rename memory-map.h -> hardware.h 2011-05-18 07:56:50 +02:00
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
mmu.c avr32:mmu.c: fix printf() length modifier 2011-12-17 23:57:18 +01:00
portmux.c avr32: rename memory-map.h -> hardware.h 2011-05-18 07:56:50 +02:00
sm.h avr32: fixup definitions to ATMEL_BASE_xxx 2011-05-18 07:56:50 +02:00