aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc5xx/spi.c
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-01-03 00:43:19 +0000
committerwdenk <wdenk>2004-01-03 00:43:19 +0000
commit3a473b2a6523db9cdf2b5aed22d9730b4ebc5693 (patch)
tree40da84736871e773141ea971d832bf0c908d59b7 /cpu/mpc5xx/spi.c
parentb6e4c4033c4f889c452c511d38c77808c67f9cf7 (diff)
downloadu-boot-3a473b2a6523db9cdf2b5aed22d9730b4ebc5693.zip
u-boot-3a473b2a6523db9cdf2b5aed22d9730b4ebc5693.tar.gz
u-boot-3a473b2a6523db9cdf2b5aed22d9730b4ebc5693.tar.bz2
* Patch by Ronen Shitrit, 10 Dec 2003:
Add support for the Marvell DB64360 / DB64460 development boards * Patch by Detlev Zundel, 10 Dec 2003: fix dependency problem in examples/Makefile
Diffstat (limited to 'cpu/mpc5xx/spi.c')
-rw-r--r--cpu/mpc5xx/spi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpu/mpc5xx/spi.c b/cpu/mpc5xx/spi.c
index 797d0c9..81c9ddb 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 */
-
-