]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kconfig: fix another bug of "make savedefconfig"
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 26 Sep 2014 09:42:36 +0000 (18:42 +0900)
committerTom Rini <trini@ti.com>
Fri, 10 Oct 2014 13:44:42 +0000 (09:44 -0400)
commit717a23b871d1563bc3a063ebceccf13a2ca2d10b
tree2ae680572ce776fa527f4f83b79dfaf546432ec2
parent026330af41842e7752a291012428a5ddf2c06449
kconfig: fix another bug of "make savedefconfig"

In some cases, the last lines of SPL or TPL are not output to a file.
The entries remaining in the "unmatched" variable must be flushed.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
scripts/multiconfig.sh