summaryrefslogtreecommitdiff
path: root/drivers
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 /drivers
parent4f718664701369d1c23d39c1916967d2895d25db (diff)
parentf18e874ad548034552cc4a2cdfe1a21edd9ca392 (diff)
Merge with /home/sr/git/u-boot/cfi-flash-fix
Diffstat (limited to 'drivers')
-rw-r--r--drivers/cfi_flash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cfi_flash.c b/drivers/cfi_flash.c
index df17da5eaf..ff4d85f3f0 100644
--- a/drivers/cfi_flash.c
+++ b/drivers/cfi_flash.c
@@ -203,6 +203,7 @@ static int flash_detect_cfi (flash_info_t * info);
static int flash_write_cfiword (flash_info_t * info, ulong dest, cfiword_t cword);
static int flash_full_status_check (flash_info_t * info, flash_sect_t sector,
ulong tout, char *prompt);
+ulong flash_get_size (ulong base, int banknum);
#if defined(CFG_ENV_IS_IN_FLASH) || defined(CFG_ENV_ADDR_REDUND) || (CFG_MONITOR_BASE >= CFG_FLASH_BASE)
static flash_info_t *flash_get_info(ulong base);
#endif