commit | 8bb0f7c0c59e8c5b6f7a6869b802f593739c7ece | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Sep 26 11:52:30 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 07 14:26:31 2016 +0000 |
tree | 817d06753d1a364f4131a554994bc7899e910894 | |
parent | 1da33a2851273639166480fdc7d615c56134652e [diff] |
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>