summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/emk/top9000/spi.c1
-rw-r--r--board/isee/igep0030/config.mk1
2 files changed, 0 insertions, 2 deletions
diff --git a/board/emk/top9000/spi.c b/board/emk/top9000/spi.c
index b4689483ac..b957986e15 100644
--- a/board/emk/top9000/spi.c
+++ b/board/emk/top9000/spi.c
@@ -58,4 +58,3 @@ void spi_cs_deactivate(struct spi_slave *slave)
at91_set_pio_output(cs_to_portbit[slave->bus][slave->cs].port,
cs_to_portbit[slave->bus][slave->cs].bit, 1);
}
-
diff --git a/board/isee/igep0030/config.mk b/board/isee/igep0030/config.mk
index de6384f93c..059a8787f3 100644
--- a/board/isee/igep0030/config.mk
+++ b/board/isee/igep0030/config.mk
@@ -31,4 +31,3 @@
# For use with external or internal boots.
CONFIG_SYS_TEXT_BASE = 0x80008000
-
OpenPOWER on IntegriCloud