From: Linus Walleij <linus.walleij@linaro.org>
Date: Wed, 3 Apr 2013 19:19:20 +0000 (+0000)
Subject: integrator: enable device tree
X-Git-Tag: v2025.01-rc5-pxa1908~16302^2~10
X-Git-Url: http://git.dujemihanovic.xyz/img/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=5e7ffaa4a31df369adeb9387b22a1981e93ea6b1;p=u-boot.git

integrator: enable device tree

This enables the device tree library on the Integrator platforms
so we can pass a device tree when booting.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---

diff --git a/include/configs/integrator-common.h b/include/configs/integrator-common.h
index 564b418fa7..905b279ab6 100644
--- a/include/configs/integrator-common.h
+++ b/include/configs/integrator-common.h
@@ -41,6 +41,7 @@
 
 #define CONFIG_CMDLINE_TAG		/* enable passing of ATAGs  */
 #define CONFIG_SETUP_MEMORY_TAGS
+#define CONFIG_OF_LIBFDT		/* enable passing a Device Tree */
 #define CONFIG_MISC_INIT_R		/* call misc_init_r during start up */
 
 /*