diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h index 4c5eafb57a1e005c8c97cd92c199d9058954067d..0c01209280f191d0216e186d1f0c37c681fd5eb0 100644 --- a/include/configs/dreamplug.h +++ b/include/configs/dreamplug.h @@ -41,6 +41,11 @@ /* Add target to build it automatically upon "make" */ #define CONFIG_BUILD_TARGET "u-boot.kwb" +/* + * Enable device tree support + */ +#define CONFIG_OF_LIBFDT + /* * Commands configuration */ @@ -131,6 +136,4 @@ */ #define CONFIG_DISPLAY_CPUINFO -#define CONFIG_OF_LIBFDT - #endif /* _CONFIG_DREAMPLUG_H */