]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/buildman/bsettings.py
buildman: Allow make flags to be specified for each board
[karo-tx-uboot.git] / tools / buildman / bsettings.py
index c80113056c8c248e593fae9610ec03bf5b337c78..916479866c4e12605df134d7944afde1633128dc 100644 (file)
@@ -36,9 +36,6 @@ def GetItems(section):
         return settings.items(section)
     except ConfigParser.NoSectionError as e:
         print e
-        print ("Warning: No tool chains - please add a [toolchain] section "
-                "to your buildman config file %s. See README for details" %
-                config_fname)
         return []
     except:
         raise