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: http://review.tizen.org/git/?a=commitdiff_plain;h=99ba6f353582720defff6e6e6761dc455a207d31;p=platform%2Fkernel%2Fu-boot.git microblaze: Remove CONFIG_LIBFDT due to error in common files --- diff --git a/include/configs/ml401.h b/include/configs/ml401.h index b31c4b5..c802dcb 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 6a92703..ed844bf 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 */