summaryrefslogtreecommitdiff
path: root/scripts/metadata.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/metadata.pl')
-rwxr-xr-xscripts/metadata.pl1
1 files changed, 0 insertions, 1 deletions
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";