mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
Added support for TQM834x boards.
This commit is contained in:
parent
3df5bea0b0
commit
e6f2e90233
25 changed files with 1282 additions and 140 deletions
|
@ -58,7 +58,7 @@ static char default_filename[DEFAULT_NAME_LEN];
|
|||
static char *tftp_filename;
|
||||
|
||||
#ifdef CFG_DIRECT_FLASH_TFTP
|
||||
extern flash_info_t flash_info[CFG_MAX_FLASH_BANKS];
|
||||
extern flash_info_t flash_info[];
|
||||
#endif
|
||||
|
||||
static __inline__ void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue