From 177f38609bf6e49ca5bb86da08739664b2bab044 Mon Sep 17 00:00:00 2001
From: Wolfgang Denk <wd@denx.de>
Date: Mon, 27 Jun 2011 22:20:37 +0200
Subject: [PATCH] Minor coding style fixes.

Signed-off-by: Wolfgang Denk <wd@denx.de>
---
 arch/arm/cpu/ixp/start.S  | 3 ---
 include/configs/actux1.h  | 2 --
 include/configs/ixdp425.h | 3 ---
 3 files changed, 8 deletions(-)

diff --git a/arch/arm/cpu/ixp/start.S b/arch/arm/cpu/ixp/start.S
index faa9a8ff99..a975d42a26 100644
--- a/arch/arm/cpu/ixp/start.S
+++ b/arch/arm/cpu/ixp/start.S
@@ -551,8 +551,5 @@ reset_cpu:
 	str     r1, [r2]
 	b	reset_endless
 
-
 reset_endless:
-
 	b	reset_endless
-
diff --git a/include/configs/actux1.h b/include/configs/actux1.h
index 160c10af29..2717abaced 100644
--- a/include/configs/actux1.h
+++ b/include/configs/actux1.h
@@ -131,8 +131,6 @@
 # define CONFIG_SYS_DRAM_SIZE			0x01000000
 #endif
 
-
-
 /* FLASH organization */
 #define CONFIG_SYS_TEXT_BASE		0x50000000
 #ifdef CONFIG_FLASH2X2
diff --git a/include/configs/ixdp425.h b/include/configs/ixdp425.h
index 4bad31dfed..d6ef3b3d99 100644
--- a/include/configs/ixdp425.h
+++ b/include/configs/ixdp425.h
@@ -126,8 +126,6 @@
  * Hardware drivers
  */
 
-
-
 /*
  * Physical Memory Map
  */
@@ -247,7 +245,6 @@
 #define CONFIG_SYS_INIT_SP_ADDR						\
 	(CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE)
 
-
 /*
  * GPIO settings
  */
-- 
2.39.5