[U-Boot] [PATCH] SMDKV310: Enable device tree support

Thomas Abraham thomas.abraham at linaro.org
Sat Jun 4 10:52:17 CEST 2011


From: Thomas Abraham <thomas.ab at samsung.com>

Enable passing a flattened device tree to the kernel.

Signed-off-by: Thomas Abraham <thomas.abraham at linaro.org>
---
 include/configs/smdkv310.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/configs/smdkv310.h b/include/configs/smdkv310.h
index a7f5850..ca4e15c 100644
--- a/include/configs/smdkv310.h
+++ b/include/configs/smdkv310.h
@@ -166,4 +166,7 @@
 #define CONFIG_SMC911X_16_BIT
 #define CONFIG_ENV_SROM_BANK		1
 #endif /*CONFIG_CMD_NET*/
+
+/* Enable devicetree support */
+#define CONFIG_OF_LIBFDT
 #endif	/* __CONFIG_H */
-- 
1.6.6.rc2



More information about the U-Boot mailing list