summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2006-01-11 13:59:02 -0600
committerKumar Gala <galak@kernel.crashing.org>2006-01-11 13:59:02 -0600
commitc2871f038062abafa0b7f2048075098915a5ba41 (patch)
tree7ad13acbd847110cbac38f15ca346bcbf3f9836f /CHANGELOG
parent4e2531378f03957d7306e940e0bc21de103f40d3 (diff)
downloadu-boot-imx-c2871f038062abafa0b7f2048075098915a5ba41.zip
u-boot-imx-c2871f038062abafa0b7f2048075098915a5ba41.tar.gz
u-boot-imx-c2871f038062abafa0b7f2048075098915a5ba41.tar.bz2
Added OF_STDOUT_PATH and OF_SOC
OF_STDOUT_PATH specifies the path to the device the kernel can use for console output OF_SOC specifies the proper name of the SOC node if one exists. Patch by Kumar Gala 11 Jan 2006
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a2c01fb..7c20143 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,14 @@
Changes since U-Boot 1.1.4:
======================================================================
+* Added OF_STDOUT_PATH and OF_SOC
+
+ OF_STDOUT_PATH specifies the path to the device the kernel can use
+ for console output
+
+ OF_SOC specifies the proper name of the SOC node if one exists.
+ Patch by Kumar Gala 11 Jan 2006
+
* Allow board code to fixup the flat device tree before booting a
kernel
Patch by Kumar Gala 11 Jan 2006