summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2008-11-24 18:25:41 +0100
committerMichal Simek <monstr@monstr.eu>2008-12-10 09:25:33 +0100
commit99ba6f353582720defff6e6e6761dc455a207d31 (patch)
treeb1714566fce327505ac173b747b35a763b662d55
parente7d591e823a991513833af7030468409e25a3b13 (diff)
downloadblackbird-obmc-uboot-99ba6f353582720defff6e6e6761dc455a207d31.tar.gz
blackbird-obmc-uboot-99ba6f353582720defff6e6e6761dc455a207d31.zip
microblaze: Remove CONFIG_LIBFDT due to error in common files
-rw-r--r--include/configs/ml401.h1
-rw-r--r--include/configs/xupv2p.h1
2 files changed, 0 insertions, 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 */
OpenPOWER on IntegriCloud