]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: fix boards.cfg parsing
authorAndreas Bießmann <andreas.devel@googlemail.com>
Thu, 19 Sep 2013 08:08:45 +0000 (10:08 +0200)
committerTom Rini <trini@ti.com>
Fri, 20 Sep 2013 14:30:54 +0000 (10:30 -0400)
commit03c1bb242548e4e9d267d784861ccd69a1887aa0
tree620e2fe89f25706d645f4783abb7144adb6210c5
parent2f0877c7f4fa53ba4aedf2333908057a3f6ac413
buildman: fix boards.cfg parsing

Commit 27af930e9a5c91365ca639ada580b338eabe4989 changed the boards.cfg format
but missed to change the parsing in buildman.

This patch changes c'tor of Board class to the new sequence, but omits
maintainer field.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
tools/buildman/board.py