From c0f9d1bad238790056d9d7916ef40c84ec3185c1 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 24 Aug 2011 21:03:05 +0200 Subject: initial oftree command support This adds basic device tree command support. So far we can parse a flat device tree (-p), which also stores the tree in memory, dump it (-d) and free (-f) the internally stored tree. The chosen node can be updated with barebox bootargs, no other device tree manipulation is implemented yet. Signed-off-by: Sascha Hauer --- lib/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/Kconfig b/lib/Kconfig index c7dc16169d..531398f7c1 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -15,3 +15,6 @@ source lib/lzo/Kconfig config FDT bool +config OFTREE + select FDT + bool -- cgit v1.2.3