Allow rom to grow to 256K.
[seabios.git] / tools / checkrom.py
index 42cf2df67f025eb08d4bce5a462e175ad85bff20..6309528e308bb46b99a5f1576af74127f26ca9f1 100755 (executable)
@@ -24,6 +24,8 @@ def main():
     finalsize = 64*1024
     if datasize > 64*1024:
         finalsize = 128*1024
+        if datasize > 128*1024:
+            finalsize = 256*1024
 
     # Sanity checks
     start = symbols['code32flat_start'].offset