]> git.ipfire.org Git - people/ms/u-boot.git/commit
check-config: fix wrong comment about how to build whitelist
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 26 Sep 2016 04:04:58 +0000 (13:04 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 7 Oct 2016 14:26:32 +0000 (14:26 +0000)
commit7b76daab477264644b8c2dad78ccc9602c250251
treea8b3eef24e834b1faa892b294c67c3f7bbe62287
parent8bb0f7c0c59e8c5b6f7a6869b802f593739c7ece
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>
scripts/check-config.sh