From: Quentin Armitage Date: Wed, 28 Oct 2015 00:47:19 +0000 (+0000) Subject: arm: kirkwood: Align configuration files X-Git-Tag: v2016.01-rc2~302^2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f6b1f665ab01d1ed65c1c078cc1b91c68ad57080;p=u-boot arm: kirkwood: Align configuration files Cosmetic: CONFIG_OF_LIBFDT was in a different position in the config file for the Dreamplug, compared to the Sheevaplug and Guruplug. Signed-off-by: Quentin Armitage --- diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h index 4c5eafb57a..0c01209280 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 */