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 /README | |
parent | e4f880eddde5406fc9dd1edf7e6a49422f3d8e7b (diff) |
Allow board code to fixup the flat device tree before booting a
kernel
Patch by Kumar Gala 11 Jan 2006
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -423,6 +423,11 @@ The following options need to be configured: The resulting flat device tree will have a copy of u-boot's environment variables + CONFIG_OF_BOARD_SETUP + + Board code has addition modification that it wants to make + to the flat device tree before handing it off to the kernel + - Serial Ports: CFG_PL010_SERIAL |