]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Coding style cleanup
authorStefan Roese <sr@denx.de>
Mon, 16 Jul 2007 11:11:12 +0000 (13:11 +0200)
committerStefan Roese <sr@denx.de>
Mon, 16 Jul 2007 11:11:12 +0000 (13:11 +0200)
Signed-off-by: Stefan Roese <sr@denx.de>
MAKEALL
board/freescale/m5329evb/m5329evb.c
include/asm-m68k/immap.h

diff --git a/MAKEALL b/MAKEALL
index 6771ea6e9466bb0d1367af73a22d803a1b3dae09..2cdf10c28d29e09746e8b49545dfe3441a141ab3 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -315,7 +315,7 @@ LIST_microblaze="   \
 LIST_coldfire="        \
        cobra5272       EB+MCF-EV123    EB+MCF-EV123_internal           \
        idmr            M5271EVB        M5272C3         M5282EVB        \
-       TASREG          r5200           M5271EVB        M5329EVB        \
+       M5329EVB        r5200           TASREG                          \
 "
 
 #########################################################################
index 07a02c27298abe77577703a74d43339be9617ef6..d180b6f43f1ebbd209b220930b2450abfe609870 100644 (file)
@@ -94,4 +94,3 @@ void sync(void)
           coldfire does not have this instruction. Dummy function */
 }
 #endif                         /* CFG_FLASH_CFI */
-
index 495459e833d82378294e40c09ce54e94ac143406..4e238c3f5404df56c94e1f7697df922e71fdf797 100644 (file)
@@ -25,7 +25,7 @@
 
 #ifndef __IMMAP_H
 #define __IMMAP_H
-    
+
 #ifdef CONFIG_M5329
 #include <asm/immap_5329.h>
 #include <asm/m5329.h>
@@ -53,5 +53,5 @@
 #define CFG_INTR_BASE          (MMAP_INTC0)
 #define CFG_NUM_IRQS           (128)
 #endif                         /* CONFIG_M5329 */
-    
+
 #endif                         /* __IMMAP_H */