[U-Boot] [PATCH 3/3] board/snowball: Enable FDT
Roy Spliet
rspliet at eclipso.eu
Fri Dec 20 13:32:36 CET 2013
Signed-off-by: Roy Spliet <rspliet at eclipso.eu>
Acked-by: Jagannadha Sutradharudu Teki <jagannadh.teki at gmail.com>
---
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