FLASH/NOR: Remove useless file tms470.h

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Antonio Borneo
2010-11-17 21:28:34 +08:00
committed by Øyvind Harboe
parent 29d7031fe3
commit ab263fafbb
3 changed files with 15 additions and 40 deletions

View File

@@ -21,7 +21,6 @@
#include "config.h"
#endif
#include "tms470.h"
#include "imp.h"
@@ -29,6 +28,20 @@
Internal Support, Helpers
---------------------------------------------------------------------- */
struct tms470_flash_bank
{
unsigned ordinal;
/* device identification register */
uint32_t device_ident_reg;
uint32_t silicon_version;
uint32_t technology_family;
uint32_t rom_flash;
uint32_t part_number;
char * part_name;
};
static const struct flash_sector TMS470R1A256_SECTORS[] = {
{0x00000000, 0x00002000, -1, -1},
{0x00002000, 0x00002000, -1, -1},