diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-12 19:11:42 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-12 19:11:42 +0100 |
commit | a3f0169880a44ac06de5177e7926d7c732368663 (patch) | |
tree | 34d2fcde4020719ecb435acce0ecf698c63dd86e /README | |
parent | 3b2e4fd9b0348d49e7b55a19a0c919f6c83d9a43 (diff) | |
parent | 62ec6418d417b1fc887f979441c15fbd6602edc9 (diff) |
Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#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 |