]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tools/genboardscfg.py: be tolerant of insane Kconfig
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 25 Aug 2014 03:39:44 +0000 (12:39 +0900)
committerTom Rini <trini@ti.com>
Thu, 28 Aug 2014 21:18:48 +0000 (17:18 -0400)
commit13246f48610757d1e5d7f4d92f35378e749235ec
tree5a0c80dec6f01ae1ad87146499d926aea8c20b05
parentb8828e8ff3c2b3e6e79490b286e78fb75ca7d82e
tools/genboardscfg.py: be tolerant of insane Kconfig

The tools/genboardscfg.py expects all the Kconfig and defconfig are
written correctly.  Imagine someone accidentally has broken a board.
Error-out just for one broken board is annoying for the other
developers.  Let the tool skip insane boards and continue processing.

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