arm: kirkwood: Align configuration files
authorQuentin Armitage <quentin@armitage.org.uk>
Wed, 28 Oct 2015 00:47:19 +0000 (00:47 +0000)
committerLuka Perkov <luka.perkov@sartura.hr>
Tue, 17 Nov 2015 22:41:41 +0000 (23:41 +0100)
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 <quentin@armitage.org.uk>
include/configs/dreamplug.h

index 4c5eafb57a1e005c8c97cd92c199d9058954067d..0c01209280f191d0216e186d1f0c37c681fd5eb0 100644 (file)
 /* 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
  */
  */
 #define CONFIG_DISPLAY_CPUINFO
 
-#define CONFIG_OF_LIBFDT
-
 #endif /* _CONFIG_DREAMPLUG_H */