[U-Boot] [PATCH] integrator: enable device tree
Linus Walleij
linus.walleij at linaro.org
Thu Apr 4 07:19:20 CEST 2013
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 at linaro.org>
---
include/configs/integrator-common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/integrator-common.h b/include/configs/integrator-common.h
index 564b418..905b279 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 */
/*
--
1.8.1.4
More information about the U-Boot
mailing list