From c5414f95b6435231fb3dc5266ddd0b54c95c155e Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Wed, 17 Nov 2010 08:21:22 +0800 Subject: FLASH/NOR: Remove useless file spearsmi.h Signed-off-by: Antonio Borneo --- src/flash/nor/spearsmi.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/flash/nor/spearsmi.c') diff --git a/src/flash/nor/spearsmi.c b/src/flash/nor/spearsmi.c index 4902a446..c3bc2ec5 100644 --- a/src/flash/nor/spearsmi.c +++ b/src/flash/nor/spearsmi.c @@ -39,7 +39,6 @@ #endif #include "imp.h" -#include "spearsmi.h" #include #include @@ -126,6 +125,14 @@ #define SMI_PROBE_TIMEOUT (100) #define SMI_MAX_TIMEOUT (3000) +struct spearsmi_flash_bank +{ + int probed; + uint32_t io_base; + uint32_t bank_num; + struct flash_device *dev; +}; + /* data structure to maintain flash ids from different vendors */ struct flash_device { char *name; -- cgit v1.2.3