aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc5xx
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mpc5xx')
-rw-r--r--cpu/mpc5xx/spi.c4
-rw-r--r--cpu/mpc5xx/start.S2
2 files changed, 0 insertions, 6 deletions
diff --git a/cpu/mpc5xx/spi.c b/cpu/mpc5xx/spi.c
index 797d0c94e..81c9ddbd4 100644
--- a/cpu/mpc5xx/spi.c
+++ b/cpu/mpc5xx/spi.c
@@ -354,8 +354,6 @@ ssize_t spi_read (uchar *addr, int alen, uchar *buffer, int len)
return (len);
}
-
-
/****************************************************************************
* Function: spi_xfer
**************************************************************************** */
@@ -412,5 +410,3 @@ ssize_t spi_xfer (size_t count)
}
#endif /* CONFIG_SPI */
-
-
diff --git a/cpu/mpc5xx/start.S b/cpu/mpc5xx/start.S
index b56be2f30..087435e5b 100644
--- a/cpu/mpc5xx/start.S
+++ b/cpu/mpc5xx/start.S
@@ -601,5 +601,3 @@ pll_prog_code_end:
nop
blr
#endif
-
-