diff mbox

[U-Boot,5/7] kirkwood: Align configuration files

Message ID 1445993241-15724-6-git-send-email-quentin@armitage.org.uk
State Accepted
Delegated to: Stefan Roese
Headers show

Commit Message

Quentin Armitage Oct. 28, 2015, 12:47 a.m. UTC
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 |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
diff mbox

Patch

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 */