Преглед на файлове

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>
Linus Walleij преди 12 години
родител
ревизия
5e7ffaa4a3
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      include/configs/integrator-common.h

+ 1 - 0
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 */
 
 /*