From 9ce7e53abd039decea1af67aec81bbd5df7a2593 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 19 Feb 2008 00:58:13 -0500 Subject: Blackfin: BF537-stamp: cleanup spi flash driver This punts the old spi flash driver for a new/generalized one until the common one can be integrated. Signed-off-by: Mike Frysinger --- board/bf533-stamp/spi_flash.c | 2 ++ 1 file changed, 2 insertions(+) create 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 new file mode 100644 index 0000000..8784741 --- /dev/null +++ b/board/bf533-stamp/spi_flash.c @@ -0,0 +1,2 @@ +/* Share the spi flash code */ +#include "../bf537-stamp/spi_flash.c" -- cgit v1.1