summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-04-04 02:09:30 +0200
committerWolfgang Denk <wd@denx.de>2007-04-04 02:09:30 +0200
commit31c98a88228021b314c89ebb8104fb6473da4471 (patch)
tree489bf14db8b98e3388d2d4a4d67a86636483d27b /include
parentc8f228016202aff5ff09cdeeabe8cffd8d898510 (diff)
Minor coding style cleanup.
Diffstat (limited to 'include')
-rw-r--r--include/asm-microblaze/microblaze_intc.h1
-rw-r--r--include/asm-microblaze/microblaze_timer.h1
-rw-r--r--include/configs/ml401.h2
-rw-r--r--include/configs/xupv2p.h2
4 files changed, 2 insertions, 4 deletions
diff --git a/include/asm-microblaze/microblaze_intc.h b/include/asm-microblaze/microblaze_intc.h
index 73f732c56..6635aeacb 100644
--- a/include/asm-microblaze/microblaze_intc.h
+++ b/include/asm-microblaze/microblaze_intc.h
@@ -38,4 +38,3 @@ struct irq_action {
void *arg;
int count; /* number of interrupt */
};
-
diff --git a/include/asm-microblaze/microblaze_timer.h b/include/asm-microblaze/microblaze_timer.h
index b3d194bd4..844c8db11 100644
--- a/include/asm-microblaze/microblaze_timer.h
+++ b/include/asm-microblaze/microblaze_timer.h
@@ -39,4 +39,3 @@ typedef volatile struct microblaze_timer_t {
int loadreg; /* load register TLR */
int counter; /* timer/counter register */
} microblaze_timer_t;
-
diff --git a/include/configs/ml401.h b/include/configs/ml401.h
index f4a8a1f22..cb159e79d 100644
--- a/include/configs/ml401.h
+++ b/include/configs/ml401.h
@@ -66,7 +66,7 @@
*
* CFG_GBL_DATA_OFFSET = 0x1000_0000 + 0x0400_0000 - 0x1000 = 0x13FF_F000
* CFG_MONITOR_BASE = 0x13FF_F000 - 0x40000 = 0x13FB_F000
- * CFG_MALLOC_BASE = 0x13FB_F000 - 0x40000 = 0x13F7_F000
+ * CFG_MALLOC_BASE = 0x13FB_F000 - 0x40000 = 0x13F7_F000
*
* 0x1000_0000 CFG_SDRAM_BASE
* FREE
diff --git a/include/configs/xupv2p.h b/include/configs/xupv2p.h
index 224db5c8b..a2f48102f 100644
--- a/include/configs/xupv2p.h
+++ b/include/configs/xupv2p.h
@@ -41,7 +41,7 @@
/*
* setting reset address
- *
+ *
* TEXT_BASE is set to place, where the U-BOOT run in RAM, but
* if you want to store U-BOOT in flash, set CFG_RESET_ADDRESS
* to FLASH memory and after loading bitstream jump to FLASH.