]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/buildman/board.py
Merge and reformat boards.cfg and MAINTAINERS
[karo-tx-uboot.git] / tools / buildman / board.py
index cc7b5d011f3400a6858a37d6c45e4be8bba03e01..a3888964175a75d60e98d41c2f1e50cc8c20d832 100644 (file)
@@ -63,7 +63,7 @@ class Boards:
                 for upto in range(len(fields)):
                     if fields[upto] == '-':
                         fields[upto] = ''
-                while len(fields) < 7:
+                while len(fields) < 9:
                     fields.append('')
 
                 board = Board(*fields)