From f4032d2eec9d71a59c6c724671e577f67a76839b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 27 Mar 2009 21:07:45 -0400 Subject: 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 --- board/bf533-stamp/spi_flash.c | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 board/bf533-stamp/spi_flash.c (limited to 'board/bf533-stamp/spi_flash.c') 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" -- cgit v1.1