commit | 7b76daab477264644b8c2dad78ccc9602c250251 | [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 | 8bb0f7c0c59e8c5b6f7a6869b802f593739c7ece [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>