
27 Sep
2016
27 Sep
'16
2:32 a.m.
On 25 September 2016 at 20:52, Masahiro Yamada yamada.masahiro@socionext.com wrote:
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
Changes in v3:
- Newly added
scripts/config_whitelist.txt | 10 ---------- 1 file changed, 10 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org