commit | 54c4495f12b90f100c6da376e7c0b2e84adb0070 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Sep 26 13:04:58 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 07 14:26:32 2016 +0000 |
tree | a8b3eef24e834b1faa892b294c67c3f7bbe62287 | |
parent | 824a20140809981610a700aeac9b09cf3c27411c [diff] |
check-config: fix wrong comment about how to build whitelist The command suggested in this comment block is wrong; it would not rip off CONFIG options that had already been converted to Kconfig. Instead, we should use the scripts/build-whitelist.sh tool. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>