diff options
author | Wolfgang Denk <wd@denx.de> | 2013-10-04 17:43:25 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-10-14 16:06:54 -0400 |
commit | d4c8aa9cb47b9db11c45a9d89d51c75e3cc887a7 (patch) | |
tree | 3178dfd75972be9ba654e18f158ad9c964f9b959 /board | |
parent | 93e1459641e758d2b096d3f1b39414a39bb314f8 (diff) |
Coding Style cleanup: remove trailing empty lines
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board')
-rw-r--r-- | board/atmark-techno/armadillo-800eva/Makefile | 1 | ||||
-rw-r--r-- | board/cpc45/ide.c | 1 | ||||
-rw-r--r-- | board/freescale/p1023rdb/ddr.c | 1 | ||||
-rw-r--r-- | board/isee/igep0033/board.c | 1 | ||||
-rw-r--r-- | board/isee/igep0033/mux.c | 1 | ||||
-rw-r--r-- | board/logicpd/am3517evm/am3517evm.c | 1 | ||||
-rw-r--r-- | board/palmtreo680/README | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/board/atmark-techno/armadillo-800eva/Makefile b/board/atmark-techno/armadillo-800eva/Makefile index 9f9618b518b..a81e40b58b7 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 448d887b3a3..1944e36005d 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 ce406b2b821..f027885100f 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 347c128cb92..0b8356dc47b 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 16f4addf3dd..e86277663d4 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 1cabc80b8af..b6c68da7a89 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 159f1f69dc0..46828eb84f4 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. - |