summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2006-01-29 19:12:41 +0100
committerWolfgang Denk <wd@pollux.(none)>2006-01-29 19:12:41 +0100
commit57cac1fa547fa590fe4b7992619b9f26417014c3 (patch)
tree1f0fc45f800c9f0d295f3b7f00aa4eebb25a5e86 /CHANGELOG
parent18c5e64c5b0f21f0824bf4f0a8ab0f942652ee7f (diff)
downloadu-boot-imx-57cac1fa547fa590fe4b7992619b9f26417014c3.zip
u-boot-imx-57cac1fa547fa590fe4b7992619b9f26417014c3.tar.gz
u-boot-imx-57cac1fa547fa590fe4b7992619b9f26417014c3.tar.bz2
Cleanup U-Boot boot messages on ARM.
To match the U-Boot user interface on ARM platforms to the U-Boot standard (as on PPC platforms), some messages with debug character are removed from the default U-Boot build. Enable DEBUG for lib_arm/board.c to enable debug messages. New CONFIG_DISPLAY_CPUINFO and CONFIG_DISPLAY_BOARDINFO options. Patch by Stefan Roese, 24 Jan 2006
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bdd08fc..12ae5de 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,15 @@
Changes since U-Boot 1.1.4:
======================================================================
+* Cleanup U-Boot boot messages on ARM.
+
+ To match the U-Boot user interface on ARM platforms to the U-Boot
+ standard (as on PPC platforms), some messages with debug character
+ are removed from the default U-Boot build.
+ Enable DEBUG for lib_arm/board.c to enable debug messages.
+ New CONFIG_DISPLAY_CPUINFO and CONFIG_DISPLAY_BOARDINFO options.
+ Patch by Stefan Roese, 24 Jan 2006
+
* Fix various compiler warnings on ppc4xx builds (ELDK 4.0)
Patch by Stefan Roese, 18 Jan 2006