summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2006-10-11 10:16:01 -0500
committerJon Loeliger <jdl@freescale.com>2006-10-11 10:16:01 -0500
commitc3c3b089adcee06df3afd4e8b00a3fea82263bcd (patch)
treef0e65751f51993a6b46160a8362065a0e36ae315 /CHANGELOG
parentbf651baa365e5447246aad6a633ccd667cf24a39 (diff)
parent2255b2d2044d434463eb2661e18018e50f1643d9 (diff)
downloadu-boot-imx-c3c3b089adcee06df3afd4e8b00a3fea82263bcd.zip
u-boot-imx-c3c3b089adcee06df3afd4e8b00a3fea82263bcd.tar.gz
u-boot-imx-c3c3b089adcee06df3afd4e8b00a3fea82263bcd.tar.bz2
Merge branch 'master' of http://www.denx.de/git/u-boot
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a2ea35d..9ed65bd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,14 @@
Changes since U-Boot 1.1.4:
======================================================================
+* Several improvements to the new NAND subsystem:
+ - JFFS2 related commands implemented in mtd-utils style
+ - Support for bad blocks
+ - Bad block testing commands
+ - NAND lock commands
+ Please take a look at doc/README.nand for more details
+ Patch by Guido Classen, 10 Oct 2006
+
* Define IH_CPU_AVR32
Make it possible to generate AVR32 uImage files with mkimage and
make cmd_bootm recognize them.