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 diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h index 4c5eafb..0c01209 100644 --- a/include/configs/dreamplug.h +++ b/include/configs/dreamplug.h @@ -42,6 +42,11 @@ #define CONFIG_BUILD_TARGET "u-boot.kwb" /* + * Enable device tree support + */ +#define CONFIG_OF_LIBFDT + +/* * Commands configuration */ #define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */ @@ -131,6 +136,4 @@ */ #define CONFIG_DISPLAY_CPUINFO -#define CONFIG_OF_LIBFDT - #endif /* _CONFIG_DREAMPLUG_H */ -- cgit v0.10.2