summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-09-24 23:25:46 +0200
committerWolfgang Denk <wd@pollux.(none)>2005-09-24 23:25:46 +0200
commit28cb9375846b4f072f80536549713a6bc8fcf298 (patch)
tree425d1a1ac55715461f3445c117612b972bc25fa5 /CHANGELOG
parentecb0ccd9c260701183bc8d35966e65e6a2feb2f6 (diff)
downloadu-boot-imx-28cb9375846b4f072f80536549713a6bc8fcf298.zip
u-boot-imx-28cb9375846b4f072f80536549713a6bc8fcf298.tar.gz
u-boot-imx-28cb9375846b4f072f80536549713a6bc8fcf298.tar.bz2
Update for TFTP using a fixed UDP port
Use the approved environment variable names. Added "tftpdstp" to allow ports other than 69 per Tolunay Orkun's recommendation. Patch by Jerry Van Baren, 12 Jan 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bc194ff..4994701 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,11 @@
Changes for U-Boot 1.1.4:
======================================================================
+* Update for TFTP using a fixed UDP port
+ Use the approved environment variable names. Added "tftpdstp" to
+ allow ports other than 69 per Tolunay Orkun's recommendation.
+ Patch by Jerry Van Baren, 12 Jan 2005
+
* Allow to force TFTP to use a fixed UDP port
(Add a configuration option CONFIG_TFTP_PORT and optional env
variable tftpport)