1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

Fix problem with flash_get_size() from CFI driver update

Patch by Stefan Roese, 1 Mar 2006
This commit is contained in:
Stefan Roese
2006-03-01 17:00:49 +01:00
parent f6c0068fc1
commit f18e874ad5
5 changed files with 7 additions and 1 deletions

View File

@@ -80,7 +80,6 @@ extern void flash_print_info (flash_info_t *);
extern int flash_erase (flash_info_t *, int, int);
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 ulong flash_get_size (ulong base, int banknum);
/* common/flash.c */
extern void flash_protect (int flag, ulong from, ulong to, flash_info_t *info);