diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-01-11 16:54:53 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-01-11 16:54:53 -0600 |
commit | 21a3cbd0d80b6db06604622732a0467240e378f7 (patch) | |
tree | 3c03d0facddf893caf98b671438af24be9239e12 /README | |
parent | 304ad60f7da7f14135bdfcdcfefe1020fff80cac (diff) | |
parent | 62ec6418d417b1fc887f979441c15fbd6602edc9 (diff) |
Merge branch 'ft_infr'
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -411,7 +411,24 @@ The following options need to be configured: The maximum size of the constructed OF tree. OF_CPU - The proper name of the cpus node. + OF_SOC - The proper name of the soc node. OF_TBCLK - The timebase frequency. + OF_STDOUT_PATH - The path to the console device + + CONFIG_OF_HAS_BD_T + + The resulting flat device tree will have a copy of the bd_t. + Space should be pre-allocated in the dts for the bd_t. + + CONFIG_OF_HAS_UBOOT_ENV + + 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 |