From d4c8aa9cb47b9db11c45a9d89d51c75e3cc887a7 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Fri, 4 Oct 2013 17:43:25 +0200 Subject: Coding Style cleanup: remove trailing empty lines Signed-off-by: Wolfgang Denk --- board/atmark-techno/armadillo-800eva/Makefile | 1 - board/cpc45/ide.c | 1 - board/freescale/p1023rdb/ddr.c | 1 - board/isee/igep0033/board.c | 1 - board/isee/igep0033/mux.c | 1 - board/logicpd/am3517evm/am3517evm.c | 1 - board/palmtreo680/README | 1 - 7 files changed, 7 deletions(-) (limited to 'board') diff --git a/board/atmark-techno/armadillo-800eva/Makefile b/board/atmark-techno/armadillo-800eva/Makefile index 9f9618b518..a81e40b58b 100644 --- a/board/atmark-techno/armadillo-800eva/Makefile +++ b/board/atmark-techno/armadillo-800eva/Makefile @@ -43,4 +43,3 @@ include $(SRCTREE)/rules.mk sinclude $(obj).depend ######################################################################### - diff --git a/board/cpc45/ide.c b/board/cpc45/ide.c index 448d887b3a..1944e36005 100644 --- a/board/cpc45/ide.c +++ b/board/cpc45/ide.c @@ -126,4 +126,3 @@ void ide_led(uchar led, uchar status) writeb(val, BCSR_BASE + 0x04); } - diff --git a/board/freescale/p1023rdb/ddr.c b/board/freescale/p1023rdb/ddr.c index ce406b2b82..f027885100 100644 --- a/board/freescale/p1023rdb/ddr.c +++ b/board/freescale/p1023rdb/ddr.c @@ -86,4 +86,3 @@ void fsl_ddr_board_options(memctl_options_t *popts, popts->cs_local_opts[i].odt_wr_cfg = FSL_DDR_ODT_CS; } } - diff --git a/board/isee/igep0033/board.c b/board/isee/igep0033/board.c index 347c128cb9..0b8356dc47 100644 --- a/board/isee/igep0033/board.c +++ b/board/isee/igep0033/board.c @@ -168,4 +168,3 @@ int board_eth_init(bd_t *bis) return ret; } #endif - diff --git a/board/isee/igep0033/mux.c b/board/isee/igep0033/mux.c index 16f4addf3d..e86277663d 100644 --- a/board/isee/igep0033/mux.c +++ b/board/isee/igep0033/mux.c @@ -86,4 +86,3 @@ void enable_board_pin_mux(void) /* Ethernet pinmux. */ configure_module_pin_mux(rmii1_pin_mux); } - diff --git a/board/logicpd/am3517evm/am3517evm.c b/board/logicpd/am3517evm/am3517evm.c index 1cabc80b8a..b6c68da7a8 100644 --- a/board/logicpd/am3517evm/am3517evm.c +++ b/board/logicpd/am3517evm/am3517evm.c @@ -143,4 +143,3 @@ int board_eth_init(bd_t *bis) return n; } #endif - diff --git a/board/palmtreo680/README b/board/palmtreo680/README index 159f1f69dc..46828eb84f 100644 --- a/board/palmtreo680/README +++ b/board/palmtreo680/README @@ -578,4 +578,3 @@ TODO - U-boot command that will write a new image to the bootloader partition in flash. - Linux FTD support. - -- cgit v1.2.1