summaryrefslogtreecommitdiff
path: root/board/bf533-stamp/spi_flash.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-03-27 21:07:45 -0400
committerMike Frysinger <vapier@gentoo.org>2009-04-02 06:42:23 -0400
commitf4032d2eec9d71a59c6c724671e577f67a76839b (patch)
treede49ce1dc2019f96af50b2b8e0ba14f25ae496fe /board/bf533-stamp/spi_flash.c
parentbc72f50a659d0d1b551817e1910b9b2be1c7e496 (diff)
downloadu-boot-imx-f4032d2eec9d71a59c6c724671e577f67a76839b.zip
u-boot-imx-f4032d2eec9d71a59c6c724671e577f67a76839b.tar.gz
u-boot-imx-f4032d2eec9d71a59c6c724671e577f67a76839b.tar.bz2
Blackfin: bf533-stamp: drop old spi flash driver
Now that the common SPI flash code supports all the flashes, we can stop using the old driver. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/bf533-stamp/spi_flash.c')
-rw-r--r--board/bf533-stamp/spi_flash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/bf533-stamp/spi_flash.c b/board/bf533-stamp/spi_flash.c
deleted file mode 100644
index 8784741..0000000
--- a/board/bf533-stamp/spi_flash.c
+++ /dev/null
@@ -1,2 +0,0 @@
-/* Share the spi flash code */
-#include "../bf537-stamp/spi_flash.c"