diff options
author | Stefan Roese <sr@denx.de> | 2006-03-01 17:00:49 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2006-03-01 17:00:49 +0100 |
commit | f18e874ad548034552cc4a2cdfe1a21edd9ca392 (patch) | |
tree | 3598ced185b1fc9460e028f15468d434c03a3a20 /board/tqm85xx/tqm85xx.c | |
parent | f6c0068fc1181dc6b6081addd84ee1cfc0a4977b (diff) |
Fix problem with flash_get_size() from CFI driver update
Patch by Stefan Roese, 1 Mar 2006
Diffstat (limited to 'board/tqm85xx/tqm85xx.c')
-rw-r--r-- | board/tqm85xx/tqm85xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/tqm85xx/tqm85xx.c b/board/tqm85xx/tqm85xx.c index b36beadea78..c03b60d11a7 100644 --- a/board/tqm85xx/tqm85xx.c +++ b/board/tqm85xx/tqm85xx.c @@ -40,6 +40,7 @@ extern flash_info_t flash_info[]; /* FLASH chips info */ void local_bus_init (void); long int fixed_sdram (void); +ulong flash_get_size (ulong base, int banknum); #ifdef CONFIG_CPM2 /* |