From 99ba6f353582720defff6e6e6761dc455a207d31 Mon Sep 17 00:00:00 2001
From: Michal Simek <monstr@monstr.eu>
Date: Mon, 24 Nov 2008 18:25:41 +0100
Subject: [PATCH] microblaze: Remove CONFIG_LIBFDT due to error in common files

---
 include/configs/ml401.h  | 1 -
 include/configs/xupv2p.h | 1 -
 2 files changed, 2 deletions(-)

diff --git a/include/configs/ml401.h b/include/configs/ml401.h
index b31c4b53c9..c802dcb6a2 100644
--- a/include/configs/ml401.h
+++ b/include/configs/ml401.h
@@ -277,6 +277,5 @@
 					"1m(romfs),1m(cramfs),-(jffs2)\0"
 
 #define CONFIG_CMDLINE_EDITING
-#define CONFIG_OF_LIBFDT	1
 
 #endif	/* __CONFIG_H */
diff --git a/include/configs/xupv2p.h b/include/configs/xupv2p.h
index 6a9270306d..ed844bf993 100644
--- a/include/configs/xupv2p.h
+++ b/include/configs/xupv2p.h
@@ -222,6 +222,5 @@
 #endif
 
 #define CONFIG_CMDLINE_EDITING
-#define CONFIG_OF_LIBFDT	1 /* flat device tree */
 
 #endif	/* __CONFIG_H */
-- 
2.39.5