Home
last modified time | relevance | path

Searched hist:"1 bdd942b" (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/scripts/
H A Dcheck-config.sh1bdd942b Tue Jan 31 05:11:33 CST 2017 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: beautify the log of config whitelist check

Use the kbuild style log.

Prior to this commit:

./scripts/check-config.sh u-boot.cfg \
./scripts/config_whitelist.txt . 1>&2

With this commit:

CFGCHK u-boot.cfg

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
/openbmc/u-boot/
H A DMakefile1bdd942b Tue Jan 31 05:11:33 CST 2017 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: beautify the log of config whitelist check

Use the kbuild style log.

Prior to this commit:

./scripts/check-config.sh u-boot.cfg \
./scripts/config_whitelist.txt . 1>&2

With this commit:

CFGCHK u-boot.cfg

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>