Minor coding style fixes.
authorWolfgang Denk <wd@denx.de>
Mon, 27 Jun 2011 20:20:37 +0000 (22:20 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 27 Jun 2011 20:22:16 +0000 (22:22 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
arch/arm/cpu/ixp/start.S
include/configs/actux1.h
include/configs/ixdp425.h

index faa9a8f..a975d42 100644 (file)
@@ -551,8 +551,5 @@ reset_cpu:
        str     r1, [r2]
        b       reset_endless
 
-
 reset_endless:
-
        b       reset_endless
-
index 160c10a..2717aba 100644 (file)
 # define CONFIG_SYS_DRAM_SIZE                  0x01000000
 #endif
 
-
-
 /* FLASH organization */
 #define CONFIG_SYS_TEXT_BASE           0x50000000
 #ifdef CONFIG_FLASH2X2
index 4bad31d..d6ef3b3 100644 (file)
  * Hardware drivers
  */
 
-
-
 /*
  * Physical Memory Map
  */
 #define CONFIG_SYS_INIT_SP_ADDR                                                \
        (CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE)
 
-
 /*
  * GPIO settings
  */