summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2006-01-11 13:49:31 -0600
committerKumar Gala <galak@kernel.crashing.org>2006-01-11 13:49:31 -0600
commite4f880eddde5406fc9dd1edf7e6a49422f3d8e7b (patch)
tree5aabf97ffe799d52a982e55d269e08314fb26622 /README
parentc7428d49ace4f2f16174ca028fe7072c02a473c8 (diff)
downloadbarebox-e4f880eddde5406fc9dd1edf7e6a49422f3d8e7b.tar.gz
barebox-e4f880eddde5406fc9dd1edf7e6a49422f3d8e7b.tar.xz
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 into the resulting flat device tree. CONFIG_OF_HAS_UBOOT_ENV will copy the environment variables from u-boot into the flat device tree Patch by Kumar Gala 11 Jan 2006
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 6f61008222..21f5bf049e 100644
--- a/README
+++ b/README
@@ -413,6 +413,16 @@ The following options need to be configured:
OF_CPU - The proper name of the cpus node.
OF_TBCLK - The timebase frequency.
+ 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
+
- Serial Ports:
CFG_PL010_SERIAL