|
@@ -80,7 +80,6 @@ extern void flash_print_info (flash_info_t *);
|
|
extern int flash_erase (flash_info_t *, int, int);
|
|
extern int flash_erase (flash_info_t *, int, int);
|
|
extern int flash_sect_erase (ulong addr_first, ulong addr_last);
|
|
extern int flash_sect_erase (ulong addr_first, ulong addr_last);
|
|
extern int flash_sect_protect (int flag, ulong addr_first, ulong addr_last);
|
|
extern int flash_sect_protect (int flag, ulong addr_first, ulong addr_last);
|
|
-extern ulong flash_get_size (ulong base, int banknum);
|
|
|
|
|
|
|
|
/* common/flash.c */
|
|
/* common/flash.c */
|
|
extern void flash_protect (int flag, ulong from, ulong to, flash_info_t *info);
|
|
extern void flash_protect (int flag, ulong from, ulong to, flash_info_t *info);
|