FLASH/NOR: Remove useless file spearsmi.h
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Øyvind Harboe
parent
49f42ab51d
commit
c5414f95b6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user