* [U-Boot] [PATCH] SMDKV310: Enable device tree support
@ 2011-06-04 8:52 Thomas Abraham
2011-08-04 9:53 ` Albert ARIBAUD
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Abraham @ 2011-06-04 8:52 UTC (permalink / raw)
To: u-boot
From: Thomas Abraham <thomas.ab@samsung.com>
Enable passing a flattened device tree to the kernel.
Signed-off-by: Thomas Abraham <thomas.abraham@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-04 9:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-04 8:52 [U-Boot] [PATCH] SMDKV310: Enable device tree support Thomas Abraham
2011-08-04 9:53 ` Albert ARIBAUD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox