[U-Boot] [PATCH 2/2] kirkwood: ib62x0: Support flattened devicetree

Simon Baatz gmbnomis at gmail.com
Fri Jul 20 21:59:15 CEST 2012


Support for the IB-NAS62x0 was added to the Linux mainline kernel
as of 3.5-rc1 using flattened devicetree.  Change the config for
this board accordingly.

Signed-off-by: Simon Baatz <gmbnomis at gmail.com>
Cc: Luka Perkov <uboot at lukaperkov.net>
Cc: Prafulla Wadaskar <prafulla at marvell.com>
---
 include/configs/ib62x0.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h
index 85856f2..34c83a4 100644
--- a/include/configs/ib62x0.h
+++ b/include/configs/ib62x0.h
@@ -37,9 +37,9 @@
 #define CONFIG_SKIP_LOWLEVEL_INIT	/* disable board lowlevel_init */
 
 /*
- * Machine type
+ * Enable device tree support
  */
-#define CONFIG_MACH_TYPE	MACH_TYPE_NAS6210
+#define CONFIG_OF_LIBFDT
 
 /*
  * Compression configuration
-- 
1.7.9.5



More information about the U-Boot mailing list