From 59eb6137dd51d4cb1215c191230911a092745601 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Thu, 17 Oct 2013 15:45:41 +0000 Subject: build: drop FIT option until we actually need it Signed-off-by: Luka Perkov SVN-Revision: 38439 --- scripts/metadata.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 04fa827..ddcf50b 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -172,7 +172,6 @@ sub target_config_features(@) { /targz/ and $ret .= "\tselect USES_TARGZ\n"; /cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n"; /ubifs/ and $ret .= "\tselect USES_UBIFS\n"; - /fit/ and $ret .= "\tselect USES_FIT\n"; /fpu/ and $ret .= "\tselect HAS_FPU\n"; /spe_fpu/ and $ret .= "\tselect HAS_SPE_FPU\n"; /ramdisk/ and $ret .= "\tselect USES_INITRAMFS\n"; -- cgit v1.1