[U-Boot] [PATCH 6/6] SMDK5250: enable device tree support
Chander Kashyap
chander.kashyap at linaro.org
Thu Dec 22 11:52:48 CET 2011
Enable passing a flattened device tree to the kernel.
Signed-off-by: Chander Kashyap <chander.kashyap at linaro.org>
---
include/configs/smdk5250.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h
index d99dfd0..31f56fd 100644
--- a/include/configs/smdk5250.h
+++ b/include/configs/smdk5250.h
@@ -182,4 +182,7 @@
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR - 0x1000000)
#define MMC_MAX_CHANNEL 5
+/* Enable devicetree support */
+#define CONFIG_OF_LIBFDT
+
#endif /* __CONFIG_H */
--
1.7.5.4
More information about the U-Boot
mailing list