scripts: only generate config from feature flag if fully match
authorHauke Mehrtens <hauke.mehrtens@intel.com>
Tue, 14 Mar 2017 17:55:02 +0000 (18:55 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 13 Dec 2017 13:48:10 +0000 (14:48 +0100)
commit5f03ce1213782c9ddb9bb010dac127bb554092cc
treee98be46ed1f0299c5f552d92d6750dc5f35df76b
parentf7f69130e5512f89c4b1a570cad5551d3c5de292
scripts: only generate config from feature flag if fully match

Without this change the code checked if the string was contained in the
feature option and not if the string matches the complete word. This only
removes the nand option from the omap24xx target, the other changes are
only removing options which were added twice.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
(cherry picked from commit d5a770f2c139a335e7602bec60dbeabd4add1e8b)
scripts/target-metadata.pl