mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
f5fb734672
TFTP source and destination port variable names are 'tftpsrcp' and 'tftpdstp' in the code, but 'tftpsrcport' and 'tftpdstport' in the README file. Fix the README. Add environment variable 'tftptimeoutcountmax'. As per the comments about the global variable tftp_timeout_count_max, make sure tftptimeoutcountmax is nonnegative. Introduce configuration option CONFIG_NET_TFTP_VARS, which controls whether environment variables tftpblocksize, tftptimeout, and tftptimoueoutcountmax are read by the TFTP client code. CONFIG_NET_TFTP_VARS defaults to y but can be set to n by targets with to tight size contraints. Make bf527-ezkit set CONFIG_NET_TFTP_VARS to n to keep the target size below limit.
7 lines
184 B
Text
7 lines
184 B
Text
CONFIG_BLACKFIN=y
|
|
CONFIG_TARGET_BF527_EZKIT=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_NET_RANDOM_ETHADDR=y
|
|
CONFIG_SPI_FLASH=y
|
|
CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED=y
|
|
CONFIG_NET_TFTP_VARS=n
|