]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tools/genboardscfg.py: fix a bug of MAINTAINERS handling
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 22 Aug 2014 05:10:43 +0000 (14:10 +0900)
committerTom Rini <trini@ti.com>
Thu, 28 Aug 2014 21:18:48 +0000 (17:18 -0400)
commit9c2d60c37866e302600ff8aa479b834712478403
tree9a08a80a3361ae12f80692ee5ed197f41a333247
parent124c5998755ef6778ca43acab27372fc470b8366
tools/genboardscfg.py: fix a bug of MAINTAINERS handling

This patch fixes a minor problem:
If a block without "F:   configs/*_defconfig" is followed by another
block with "F:   configs/*_defconfig", the maintainers from the
former block are squashed into the latter.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
tools/genboardscfg.py