summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@nyx.denx.de>2006-03-02 12:30:17 +0100
committerWolfgang Denk <wd@nyx.denx.de>2006-03-02 12:30:17 +0100
commitaed9e2269c770a8ccf66e6e9e963e766fbd532b3 (patch)
tree3078dd072fbaf07db467e0b3cf73f72be46dc0c4 /include
parent4f718664701369d1c23d39c1916967d2895d25db (diff)
parentf18e874ad548034552cc4a2cdfe1a21edd9ca392 (diff)
Merge with /home/sr/git/u-boot/cfi-flash-fix
Diffstat (limited to 'include')
-rw-r--r--include/flash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/flash.h b/include/flash.h
index 9108723366..8493191789 100644
--- a/include/flash.h
+++ b/include/flash.h
@@ -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);