FLASH/NOR: Remove useless file spearsmi.h

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Antonio Borneo
2010-11-17 08:21:22 +08:00
committed by Øyvind Harboe
parent 49f42ab51d
commit c5414f95b6
3 changed files with 8 additions and 32 deletions

View File

@@ -39,7 +39,6 @@
#endif
#include "imp.h"
#include "spearsmi.h"
#include <jtag/jtag.h>
#include <helper/time_support.h>
@@ -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;