]> Git Repo - u-boot.git/blobdiff - tools/genboardscfg.py
mkimage: sunxi_egon: add support for riscv
[u-boot.git] / tools / genboardscfg.py
index 4ee7aa1f891ed9a4e9a08e2a13c8f9468c52abc7..07bf681d1d955518ec630c9b79bdd48b2a80c928 100755 (executable)
@@ -430,7 +430,7 @@ def main():
     # Add options here
     parser.add_option('-f', '--force', action="store_true", default=False,
                       help='regenerate the output even if it is new')
-    parser.add_option('-j', '--jobs', type='int', default=cpu_count,
+    parser.add_option('-j', '--jobs', type='int', default=min(cpu_count, 240),
                       help='the number of jobs to run simultaneously')
     parser.add_option('-o', '--output', default=OUTPUT_FILE,
                       help='output file [default=%s]' % OUTPUT_FILE)
This page took 0.026457 seconds and 4 git commands to generate.