Re: [U-Boot] [PATCH] kconfig: fix another bug of "make savedefconfig"

2014-09-28 Thread Simon Glass
On 26 September 2014 03:42, Masahiro Yamada wrote: > 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 Acked-by: Simon Glass __

[U-Boot] [PATCH] kconfig: fix another bug of "make savedefconfig"

2014-09-26 Thread Masahiro Yamada
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 --- scripts/multiconfig.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/multiconfig.sh b/scripts/multiconfig.s