]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tools/genboardscfg.py: check if the boards.cfg is up to date
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 25 Aug 2014 03:39:47 +0000 (12:39 +0900)
committerTom Rini <trini@ti.com>
Thu, 28 Aug 2014 21:18:49 +0000 (17:18 -0400)
commitd1bf4afda6d6833e428956ee0dbba9f34e644cca
treec8fac155be6f199bff6435e0428213875a886096
parent79d45d32bc419343ac2cd7657c764afc0ff033da
tools/genboardscfg.py: check if the boards.cfg is up to date

It looks silly to regenerate the boards.cfg even when it is
already up to date.

The tool should exit with doing nothing if the boards.cfg is newer
than any of defconfig, Kconfig and MAINTAINERS files.

Specify -f (--force) option to get the boards.cfg regenerated
regardless its time stamp.

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