summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorAlbert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr>2015-10-12 00:02:57 +0200
committerJoe Hershberger <joe.hershberger@ni.com>2015-10-28 14:42:24 -0500
commitf5fb734672f3fc78f63ed6a14cbdca2251ba3415 (patch)
tree54dfcde44bfd817bd8c7c2d653d91ab8ac81ec80 /configs
parent677f970bc62a661690b3431543d5a5d5e682ba70 (diff)
downloadblackbird-obmc-uboot-f5fb734672f3fc78f63ed6a14cbdca2251ba3415.tar.gz
blackbird-obmc-uboot-f5fb734672f3fc78f63ed6a14cbdca2251ba3415.zip
net: TFTP: variables cleanup and addition
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.
Diffstat (limited to 'configs')
-rw-r--r--configs/bf527-ezkit_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/bf527-ezkit_defconfig b/configs/bf527-ezkit_defconfig
index 2e75225c10..0cc81cc44c 100644
--- a/configs/bf527-ezkit_defconfig
+++ b/configs/bf527-ezkit_defconfig
@@ -4,3 +4,4 @@ CONFIG_TARGET_BF527_EZKIT=y
CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_SPI_FLASH=y
CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED=y
+CONFIG_NET_TFTP_VARS=n
OpenPOWER on IntegriCloud