]> git.sur5r.net Git - u-boot/commit
tools/genboardscfg.py: ignore defconfigs starting with a dot
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 25 Aug 2014 03:39:42 +0000 (12:39 +0900)
committerTom Rini <trini@ti.com>
Thu, 28 Aug 2014 21:18:48 +0000 (17:18 -0400)
commit04b43f32731c1171877541050bb3f2bfeb100e3d
tree8f648e2bcf63cfad4a6ebc8aa27015152cff67af
parentdfe6f4d684ae6ef94615ff15c661a3da9560deeb
tools/genboardscfg.py: ignore defconfigs starting with a dot

Kconfig in U-Boot creates a temporary file configs/.tmp_defconfig
during processing "make <board>_defconfig".  The temporary file
might be left over for some reasons.

Just in case, tools/genboardscfg.py should make sure to
not read such garbage files.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
tools/genboardscfg.py