mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-03 19:51:53 +02:00
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>
This commit is contained in:
parent
026330af41
commit
717a23b871
@ -229,6 +229,8 @@ do_savedefconfig () {
|
|||||||
unmatched="$unmatched%$symbol:$line"
|
unmatched="$unmatched%$symbol:$line"
|
||||||
fi
|
fi
|
||||||
done < defconfig
|
done < defconfig
|
||||||
|
|
||||||
|
output_lines="$output_lines%$unmatched"
|
||||||
done
|
done
|
||||||
|
|
||||||
rm -f defconfig
|
rm -f defconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user