diff options
author | Michal Simek <monstr@monstr.eu> | 2008-11-24 18:25:41 +0100 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2008-12-10 09:25:33 +0100 |
commit | 99ba6f353582720defff6e6e6761dc455a207d31 (patch) | |
tree | b1714566fce327505ac173b747b35a763b662d55 /include/configs | |
parent | e7d591e823a991513833af7030468409e25a3b13 (diff) | |
download | u-boot-imx-99ba6f353582720defff6e6e6761dc455a207d31.zip u-boot-imx-99ba6f353582720defff6e6e6761dc455a207d31.tar.gz u-boot-imx-99ba6f353582720defff6e6e6761dc455a207d31.tar.bz2 |
microblaze: Remove CONFIG_LIBFDT due to error in common files
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ml401.h | 1 | ||||
-rw-r--r-- | include/configs/xupv2p.h | 1 |
2 files changed, 0 insertions, 2 deletions
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 */ |