]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/edb93xx.h
include/configs: Whitespace fixup
[people/ms/u-boot.git] / include / configs / edb93xx.h
index ce5097348bcae5954289268f76d50aeab2ca88a0..c64d11955c86404cb9f25d44b9cb4e98b7964e46 100644 (file)
@@ -25,7 +25,6 @@
 #error "no board defined"
 #endif
 
-
 /* Initial environment and monitor configuration options. */
 #define CONFIG_BOOTDELAY               2
 #define CONFIG_CMDLINE_TAG             1
@@ -34,8 +33,6 @@
 #define CONFIG_BOOTARGS                "root=/dev/nfs console=ttyAM0,115200 ip=dhcp"
 #define CONFIG_BOOTFILE                "edb93xx.img"
 
-
-
 #define CONFIG_SYS_LDSCRIPT    "board/cirrus/edb93xx/u-boot.lds"
 
 #ifdef CONFIG_EDB9301
 #error "no SDCS configuration for this board"
 #endif
 
-
 #if defined(CONFIG_EDB93XX_SDCS3)
 #define CONFIG_SYS_LOAD_ADDR   0x01000000      /* Default load address */
 #define PHYS_SDRAM_1           0x00000000
 #define CONFIG_SYS_INIT_SP_ADDR \
     (CONFIG_SYS_SDRAM_BASE + 32*1024 - GENERATED_GBL_DATA_SIZE)
 
-
 /* Must match kernel config */
 #define LINUX_BOOT_PARAM_ADDR  (PHYS_SDRAM_1 + 0x100)
 
 #define CONFIG_SYS_FLASH_CFI
 #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE
 
-
 #define CONFIG_SYS_FLASH_PROTECTION
 #define CONFIG_FLASH_CFI_DRIVER
 #define CONFIG_SYS_MAX_FLASH_BANKS     1