[U-Boot] [PATCH 2/2] snowball: Enable FDT
Roy Spliet
rspliet at eclipso.eu
Sat Dec 14 17:39:36 CET 2013
Signed-off-by: Roy Spliet <rspliet at eclipso.eu>
---
include/configs/snowball.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/include/configs/snowball.h b/include/configs/snowball.h
index 6201b3f..4a19d2c 100644
--- a/include/configs/snowball.h
+++ b/include/configs/snowball.h
@@ -259,4 +259,9 @@
#define CONFIG_SMC911X_SHIFT 1
#define CONFIG_SMC911X_BASE 0x50000000
+/*
+ * Device tree
+ */
+#define CONFIG_OF_LIBFDT
+
#endif /* __CONFIG_H */
--
1.8.1.2
More information about the U-Boot
mailing list