]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commitdiff
integrator: enable device tree
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 3 Apr 2013 19:19:20 +0000 (19:19 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 12 Apr 2013 20:25:29 +0000 (22:25 +0200)
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>
include/configs/integrator-common.h

index 564b418fa75fa8d082b072d0f3debcf2a2046db5..905b279ab6ae0a2388d400162f25969b4412d71f 100644 (file)
@@ -41,6 +41,7 @@
 
 #define CONFIG_CMDLINE_TAG             /* enable passing of ATAGs  */
 #define CONFIG_SETUP_MEMORY_TAGS
 
 #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 */
 
 /*
 #define CONFIG_MISC_INIT_R             /* call misc_init_r during start up */
 
 /*