summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/atmark-techno/armadillo-800eva/Makefile1
-rw-r--r--board/cpc45/ide.c1
-rw-r--r--board/freescale/p1023rdb/ddr.c1
-rw-r--r--board/isee/igep0033/board.c1
-rw-r--r--board/isee/igep0033/mux.c1
-rw-r--r--board/logicpd/am3517evm/am3517evm.c1
-rw-r--r--board/palmtreo680/README1
7 files changed, 0 insertions, 7 deletions
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.
-
OpenPOWER on IntegriCloud