diff options
author | TsiChung Liew <tsicliew@gmail.com> | 2009-07-22 18:42:45 +0000 |
---|---|---|
committer | TsiChung Liew <Tsi-Chung.Liew@freescale.com> | 2009-08-26 03:44:31 -0500 |
commit | f6a309080b2da9e509b5ee8d091dca5e175415b7 (patch) | |
tree | cab78d91196db8e3a3180e08ccbf75b3ddf4809b /cpu/mcf532x/cpu_init.c | |
parent | 88c811b153771a3d1bfe958297c69722efb278e9 (diff) | |
download | u-boot-imx-f6a309080b2da9e509b5ee8d091dca5e175415b7.zip u-boot-imx-f6a309080b2da9e509b5ee8d091dca5e175415b7.tar.gz u-boot-imx-f6a309080b2da9e509b5ee8d091dca5e175415b7.tar.bz2 |
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>
Diffstat (limited to 'cpu/mcf532x/cpu_init.c')
-rw-r--r-- | cpu/mcf532x/cpu_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/mcf532x/cpu_init.c b/cpu/mcf532x/cpu_init.c index 687c7e4..4f1695c 100644 --- a/cpu/mcf532x/cpu_init.c +++ b/cpu/mcf532x/cpu_init.c @@ -39,7 +39,6 @@ void cpu_init_f(void) { volatile scm1_t *scm1 = (scm1_t *) MMAP_SCM1; - volatile scm2_t *scm2 = (scm2_t *) MMAP_SCM2; volatile gpio_t *gpio = (gpio_t *) MMAP_GPIO; volatile fbcs_t *fbcs = (fbcs_t *) MMAP_FBCS; |