[PATCH 05/12] ARM: rpi_b: enable CONFIG_OF_LIBFDT

Stephen Warren swarren at wwwdotorg.org
Tue Jul 3 22:02:48 EDT 2012


This allows bootm/bootz to pass a device tree to the kernel.

Signed-off-by: Stephen Warren <swarren at wwwdotorg.org>
---
 include/configs/rpi_b.h |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h
index 9268efb..52379b9 100644
--- a/include/configs/rpi_b.h
+++ b/include/configs/rpi_b.h
@@ -87,4 +87,7 @@
 #undef CONFIG_CMD_NFS
 #undef CONFIG_CMD_SAVEENV
 
+/* Device tree support for bootm/bootz */
+#define CONFIG_OF_LIBFDT
+
 #endif
-- 
1.7.9.5




More information about the linux-rpi-kernel mailing list