diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-01-11 13:54:17 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-01-11 13:54:17 -0600 |
commit | 4e2531378f03957d7306e940e0bc21de103f40d3 (patch) | |
tree | 05de404e5a779d16e933b8433d482fd41c289313 /CHANGELOG | |
parent | e4f880eddde5406fc9dd1edf7e6a49422f3d8e7b (diff) | |
download | u-boot-imx-4e2531378f03957d7306e940e0bc21de103f40d3.zip u-boot-imx-4e2531378f03957d7306e940e0bc21de103f40d3.tar.gz u-boot-imx-4e2531378f03957d7306e940e0bc21de103f40d3.tar.bz2 |
Allow board code to fixup the flat device tree before booting a
kernel
Patch by Kumar Gala 11 Jan 2006
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Allow board code to fixup the flat device tree before booting a + kernel + Patch by Kumar Gala 11 Jan 2006 + * Added CONFIG_ options for bd_t and env in flat dev tree CONFIG_OF_HAS_BD_T will put a copy of the bd_t |