From: Michal Simek Date: Mon, 24 Nov 2008 17:25:41 +0000 (+0100) Subject: microblaze: Remove CONFIG_LIBFDT due to error in common files X-Git-Tag: v2009.01-rc1~8^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=99ba6f353582720defff6e6e6761dc455a207d31;p=u-boot microblaze: Remove CONFIG_LIBFDT due to error in common files --- 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 */