]> git.sur5r.net Git - u-boot/commit
ColdFire: Fix compile warning messages
authorTsiChung Liew <tsicliew@gmail.com>
Wed, 22 Jul 2009 18:42:45 +0000 (18:42 +0000)
committerTsiChung Liew <Tsi-Chung.Liew@freescale.com>
Wed, 26 Aug 2009 08:44:31 +0000 (03:44 -0500)
commitf6a309080b2da9e509b5ee8d091dca5e175415b7
treecab78d91196db8e3a3180e08ccbf75b3ddf4809b
parent88c811b153771a3d1bfe958297c69722efb278e9
ColdFire: Fix compile warning messages

Change %08lX to %08X in board.c. Remove unused variable
'oscillator' in mcf5227x/cpu_init.c and 'scm2' in
mcf532x/cpu_init.c. Provide argument type cast in
drivers/dma/MCD_dmaApi.c.

Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
cpu/mcf5227x/cpu_init.c
cpu/mcf532x/cpu_init.c
drivers/dma/MCD_dmaApi.c