summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-09-24 23:32:48 +0200
committerWolfgang Denk <wd@pollux.(none)>2005-09-24 23:32:48 +0200
commitdafbe3790e1aa06dd479c2e821c48758c18615de (patch)
tree1b8899e7db50b8dc1fe94f4268ad886da3bd7fc4 /CHANGELOG
parent28cb9375846b4f072f80536549713a6bc8fcf298 (diff)
downloadu-boot-imx-dafbe3790e1aa06dd479c2e821c48758c18615de.zip
u-boot-imx-dafbe3790e1aa06dd479c2e821c48758c18615de.tar.gz
u-boot-imx-dafbe3790e1aa06dd479c2e821c48758c18615de.tar.bz2
Optimize flash_make_cmd in drivers/cfi_flash.c for little endian
Fix "WARNING: flash_make_cmd: unsuppported LittleEndian mode" message when probing for nonexistent flash in little endian mode. As a side effect more efficient and smaller code is generated, which is always a Good Thing (TM). Patch by Ladislav Michl, 24 Sep 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4994701..ac48bc2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,13 @@
Changes for U-Boot 1.1.4:
======================================================================
+* Optimize flash_make_cmd in drivers/cfi_flash.c for little endian
+ Fix "WARNING: flash_make_cmd: unsuppported LittleEndian mode"
+ message when probing for nonexistent flash in little endian mode.
+ As a side effect more efficient and smaller code is generated,
+ which is always a Good Thing (TM).
+ Patch by Ladislav Michl, 24 Sep 2005
+
* 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.