summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2006-03-13 09:42:28 +0100
committerStefan Roese <sr@denx.de>2006-03-13 09:42:28 +0100
commit9a7b408c116e1fcb4de607ddee15834319cd1ea0 (patch)
tree6be6aed09b11cc3f3fa3e02cc51c0954005a46fb /CHANGELOG
parent95515306155b8b7fca1a38f192f23ea49251edf8 (diff)
cpu/ppc4xx/start.S : exceptions are enabled after relocation
Patch by Cedric Vincent, 6 June 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8ce3a1bfc4..8519b21864 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
Changes since U-Boot 1.1.4:
======================================================================
+* cpu/ppc4xx/start.S : exceptions are enabled after relocation
+ Patch by Cedric Vincent, 6 June 2005
+
* au1x00_eth.c: check malloc return value and abort if it failed
Patch by Andrew Dyer, 26 Jul 2005