diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-02-19 00:58:13 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-03-30 15:13:42 -0400 |
commit | 9ce7e53abd039decea1af67aec81bbd5df7a2593 (patch) | |
tree | 107b16118720b894357b18a1db16ca690239d136 /board/bf533-stamp/spi_flash.c | |
parent | 74d1e66d22dac91388bc538b2fe19f735edc5b82 (diff) | |
download | u-boot-imx-9ce7e53abd039decea1af67aec81bbd5df7a2593.zip u-boot-imx-9ce7e53abd039decea1af67aec81bbd5df7a2593.tar.gz u-boot-imx-9ce7e53abd039decea1af67aec81bbd5df7a2593.tar.bz2 |
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 <vapier@gentoo.org>
Diffstat (limited to 'board/bf533-stamp/spi_flash.c')
-rw-r--r-- | board/bf533-stamp/spi_flash.c | 2 |
1 files changed, 2 insertions, 0 deletions
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" |