]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tools/genboardscfg.py: improve performance
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 25 Aug 2014 03:39:48 +0000 (12:39 +0900)
committerTom Rini <trini@ti.com>
Thu, 28 Aug 2014 21:18:49 +0000 (17:18 -0400)
commit9a65cb7ffe434236e8cdcb57d3937cef2828f4d0
treeab6470302d9e6c71124c1f0f4222887c52eaf08d
parentd1bf4afda6d6833e428956ee0dbba9f34e644cca
tools/genboardscfg.py: improve performance

I guess some developers are already getting sick of this tool
because it generally takes a few minites to generate the boards.cfg
on a reasonable computer.

The idea popped up on my mind was to skip Makefiles and
to run script/kconfig/conf directly.
This tool should become about 4 times faster.
You might still not be satisfied, but better than doing nothing.

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