uboot/net
Jochen Friedrich be1b0d2777 Don't tftp to unknown flash
If a board has a variable number of flash banks, there are empty entries
in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
"Outside available Flash". This patch skips flash banks with unknown
flash ids.

Signed-off-by: Jochen Friedrich <jochen@scram.de>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2008-09-02 21:18:19 -07:00
..
Makefile Build: split COBJS value into multiple lines 2007-11-15 11:05:18 -07:00
bootp.c Fix bogus error message in the DHCP handler 2008-08-26 22:44:27 -07:00
bootp.h Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set. 2008-08-26 22:44:27 -07:00
eth.c Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 2008-09-02 21:18:19 -07:00
net.c Fix some more printf() format issues. 2008-07-13 23:07:35 +02:00
nfs.c NFS Timeout with large files. 2008-02-14 01:26:13 +01:00
nfs.h
rarp.c Fix warning differ in signedness in net/net.c and net/nfs.c 2007-11-18 01:29:38 +01:00
rarp.h
sntp.c
sntp.h
tftp.c Don't tftp to unknown flash 2008-09-02 21:18:19 -07:00
tftp.h