diff options
| author | Stefan Roese <sr@denx.de> | 2010-09-28 08:06:06 +0200 | 
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2010-10-04 11:19:56 +0200 | 
| commit | 98303292ad80245ef6707c89b2f16095ee1e1db3 (patch) | |
| tree | e50d6a0526db468c187148c8615bb4aa395d0d80 /board/amcc | |
| parent | 2778a01431973b8474e48d5da99a76405a3b421e (diff) | |
| download | olio-uboot-2014.01-98303292ad80245ef6707c89b2f16095ee1e1db3.tar.xz olio-uboot-2014.01-98303292ad80245ef6707c89b2f16095ee1e1db3.zip | |
ppc4xx: Small whitespace cleanup in canyonlands.c
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/amcc')
| -rw-r--r-- | board/amcc/canyonlands/canyonlands.c | 20 | 
1 files changed, 10 insertions, 10 deletions
| diff --git a/board/amcc/canyonlands/canyonlands.c b/board/amcc/canyonlands/canyonlands.c index b26cadb6b..a30d4f45f 100644 --- a/board/amcc/canyonlands/canyonlands.c +++ b/board/amcc/canyonlands/canyonlands.c @@ -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 |