config_whitelist: remove bogus options
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 26 Sep 2016 02:52:30 +0000 (11:52 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 7 Oct 2016 14:26:31 +0000 (14:26 +0000)
commit8bb0f7c0c59e8c5b6f7a6869b802f593739c7ece
tree817d06753d1a364f4131a554994bc7899e910894
parent1da33a2851273639166480fdc7d615c56134652e
config_whitelist: remove bogus options

These are not CONFIG options (detected by my eyes).

CONFIG_SPL_BUILD and CONFIG_TPL_BUILD are build options defined only
for building SPL and TPL, respectively.

The others are just mentioned in comment blocks.

Now, scripts/build-whitelist.sh never picks up new options.  Once
we kill these false ones, they will never revive.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
scripts/config_whitelist.txt