From f6b1f665ab01d1ed65c1c078cc1b91c68ad57080 Mon Sep 17 00:00:00 2001 From: Quentin Armitage Date: Wed, 28 Oct 2015 00:47:19 +0000 Subject: 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 --- include/configs/dreamplug.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'include/configs/dreamplug.h') 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 */ -- cgit v1.2.3