[U-Boot] [PATCH v3 1/2] arm: marvell: add LIBFDT support to sheevaplug

Gerald Kerma drEagle at doukki.net
Sat Oct 25 07:54:18 CEST 2014


This patch add LIBFDT support to Marvell Sheevaplug

 Changes in v2:
 - mainline rebased
 Changes in v1:
 - add LIBFDT support

Signed-off-by: Gerald Kerma <drEagle at doukki.net>
---
 include/configs/sheevaplug.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
index 71be823..247789c 100644
--- a/include/configs/sheevaplug.h
+++ b/include/configs/sheevaplug.h
@@ -49,6 +49,12 @@
 #define CONFIG_CMD_NAND
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_USB
+
+/*
+* Enable device tree support
+*/
+#define CONFIG_OF_LIBFDT
+
 /*
  * mv-common.h should be defined after CMD configs since it used them
  * to enable certain macros
-- 
1.9.1



More information about the U-Boot mailing list