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)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 20 Mar 2017 21:04:41 +0000 (22:04 +0100)
commitd5a770f2c139a335e7602bec60dbeabd4add1e8b
treed5d0626d9f3fa3818065e8bd4eb04cfbde4cc54a
parent0685f2a66cbb4d39417f168cfb37ae6fa7dbf6cb
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>
scripts/target-metadata.pl