From 37e892d93abee1d5558128db26b1fc431928a73b Mon Sep 17 00:00:00 2001
From: Michal Simek <monstr@monstr.eu>
Date: Fri, 25 Jun 2010 18:05:28 +0200
Subject: [PATCH] microblaze: Enable FDT/FIT support

Enable FDT and FIT support.

Signed-off-by: Michal Simek <monstr@monstr.eu>
---
 include/configs/microblaze-generic.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index a3341102518..a811b76d7b0 100644
--- a/include/configs/microblaze-generic.h
+++ b/include/configs/microblaze-generic.h
@@ -327,4 +327,9 @@
 # define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
 #endif
 
+/* Enable flat device tree support */
+#define CONFIG_LMB		1
+#define CONFIG_FIT		1
+#define CONFIG_OF_LIBFDT	1
+
 #endif	/* __CONFIG_H */
-- 
GitLab