]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ppc4xx: Small whitespace cleanup in canyonlands.c
authorStefan Roese <sr@denx.de>
Tue, 28 Sep 2010 06:06:06 +0000 (08:06 +0200)
committerStefan Roese <sr@denx.de>
Mon, 4 Oct 2010 09:19:56 +0000 (11:19 +0200)
Signed-off-by: Stefan Roese <sr@denx.de>
board/amcc/canyonlands/canyonlands.c

index b26cadb6bb109f7b0a2625fd3a21f5879f640d79..a30d4f45ff1c58b3b974e7bdd44df25ea55798a0 100644 (file)
@@ -34,16 +34,16 @@ extern flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; /* info for FLASH ch
 
 DECLARE_GLOBAL_DATA_PTR;
 
-       struct board_bcsr {
-               u8      board_id;
-               u8      cpld_rev;
-               u8      led_user;
-               u8      board_status;
-               u8      reset_ctrl;
-               u8      flash_ctrl;
-               u8      eth_ctrl;
-               u8      usb_ctrl;
-               u8      irq_ctrl;
+struct board_bcsr {
+       u8      board_id;
+       u8      cpld_rev;
+       u8      led_user;
+       u8      board_status;
+       u8      reset_ctrl;
+       u8      flash_ctrl;
+       u8      eth_ctrl;
+       u8      usb_ctrl;
+       u8      irq_ctrl;
 };
 
 #define BOARD_CANYONLANDS_PCIE 1