summaryrefslogtreecommitdiffstats
path: root/include/flash.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2006-03-01 17:00:49 +0100
committerStefan Roese <sr@denx.de>2006-03-01 17:00:49 +0100
commitf18e874ad548034552cc4a2cdfe1a21edd9ca392 (patch)
tree3598ced185b1fc9460e028f15468d434c03a3a20 /include/flash.h
parentf6c0068fc1181dc6b6081addd84ee1cfc0a4977b (diff)
downloadblackbird-obmc-uboot-f18e874ad548034552cc4a2cdfe1a21edd9ca392.tar.gz
blackbird-obmc-uboot-f18e874ad548034552cc4a2cdfe1a21edd9ca392.zip
Fix problem with flash_get_size() from CFI driver update
Patch by Stefan Roese, 1 Mar 2006
Diffstat (limited to 'include/flash.h')
-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);
OpenPOWER on IntegriCloud