Added support for TQM834x boards.

This commit is contained in:
Marian Balakowicz
2005-10-11 19:09:42 +02:00
parent 3df5bea0b0
commit e6f2e90233
25 changed files with 1282 additions and 140 deletions

View File

@@ -24,7 +24,7 @@
#include <common.h>
#include <flash.h>
extern flash_info_t flash_info[CFG_MAX_FLASH_BANKS]; /* info for FLASH chips */
extern flash_info_t flash_info[]; /* info for FLASH chips */
/*-----------------------------------------------------------------------
* Functions

View File

@@ -39,7 +39,7 @@
#endif
/*---------------------------------------------------------------------*/
flash_info_t flash_info[CFG_MAX_FLASH_BANKS];
flash_info_t flash_info[];
static ulong flash_get_size (ulong addr, flash_info_t *info);
static int flash_get_offsets (ulong base, flash_info_t *info);