commit | 824a20140809981610a700aeac9b09cf3c27411c | [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 | 76c7ddea9e111fcbfa0f4edad1710b45d628b44a [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>