summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-07-16 13:11:12 +0200
committerStefan Roese <sr@denx.de>2007-07-16 13:11:12 +0200
commitc883f6ea32dce91f07670b3aafecf6c99b1e5341 (patch)
tree3beaba0a86c2fb1c19f66b26f8a5cfbffd8eb7c7
parentc7e8410e3c174bfde72aa548f7fe5b4e43ccc4fb (diff)
downloadblackbird-obmc-uboot-c883f6ea32dce91f07670b3aafecf6c99b1e5341.tar.gz
blackbird-obmc-uboot-c883f6ea32dce91f07670b3aafecf6c99b1e5341.zip
Coding style cleanup
Signed-off-by: Stefan Roese <sr@denx.de>
-rwxr-xr-xMAKEALL2
-rw-r--r--board/freescale/m5329evb/m5329evb.c1
-rw-r--r--include/asm-m68k/immap.h4
3 files changed, 3 insertions, 4 deletions
diff --git a/MAKEALL b/MAKEALL
index 6771ea6e94..2cdf10c28d 100755
--- 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 \
"
#########################################################################
diff --git a/board/freescale/m5329evb/m5329evb.c b/board/freescale/m5329evb/m5329evb.c
index 07a02c2729..d180b6f43f 100644
--- a/board/freescale/m5329evb/m5329evb.c
+++ b/board/freescale/m5329evb/m5329evb.c
@@ -94,4 +94,3 @@ void sync(void)
coldfire does not have this instruction. Dummy function */
}
#endif /* CFG_FLASH_CFI */
-
diff --git a/include/asm-m68k/immap.h b/include/asm-m68k/immap.h
index 495459e833..4e238c3f54 100644
--- a/include/asm-m68k/immap.h
+++ b/include/asm-m68k/immap.h
@@ -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 */
OpenPOWER on IntegriCloud