u-boot-brain/arch/avr32/cpu
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
..
at32ap700x avr32:mmu.c: fix printf() length modifier 2011-12-17 23:57:18 +01:00
cache.c avr32: Move cpu/at32ap/* to arch/avr32/cpu/* 2010-04-13 09:13:25 +02:00
config.mk avr32: Move cpu/at32ap/* to arch/avr32/cpu/* 2010-04-13 09:13:25 +02:00
cpu.c avr32: rename memory-map.h -> hardware.h 2011-05-18 07:56:50 +02:00
exception.c avr32: Print unrelocated PC on exception 2010-09-03 15:12:42 +02:00
hsdramc.c avr32: rename memory-map.h -> hardware.h 2011-05-18 07:56:50 +02:00
hsdramc1.h avr32: fixup definitions to ATMEL_BASE_xxx 2011-05-18 07:56:50 +02:00
hsmc3.h avr32: fixup definitions to ATMEL_BASE_xxx 2011-05-18 07:56:50 +02:00
interrupts.c Timer: Remove reset_timer() for non-Nios2 arches 2011-07-26 14:53:30 +02:00
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
pio2.h avr32: Move cpu/at32ap/* to arch/avr32/cpu/* 2010-04-13 09:13:25 +02:00
portmux-gpio.c avr32: rename memory-map.h -> hardware.h 2011-05-18 07:56:50 +02:00
portmux-pio.c avr32: rename memory-map.h -> hardware.h 2011-05-18 07:56:50 +02:00
start.S rename _end to __bss_end__ 2011-03-27 19:18:37 +02:00
u-boot.lds avr32: use single linker script 2011-05-18 07:56:53 +02:00