mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
This now works ...
This commit is contained in:
parent
cddbea070f
commit
fe00453885
1 changed files with 3 additions and 3 deletions
|
@ -336,10 +336,10 @@ def writep5crt0(path):
|
||||||
superioserial = "#include <%s/setup_serial.inc>\n" % command_vals['superio']
|
superioserial = "#include <%s/setup_serial.inc>\n" % command_vals['superio']
|
||||||
crt0lines = readfile(crt0base)
|
crt0lines = readfile(crt0base)
|
||||||
|
|
||||||
if (debug):
|
# if (debug):
|
||||||
print "CRT0 ", crt0lines
|
print "CRT0 ", crt0lines
|
||||||
for line in crt0lines:
|
for line in crt0lines:
|
||||||
if (line <> "PARAM"):
|
if (string.strip(line) <> "PARAM"):
|
||||||
file.write(line)
|
file.write(line)
|
||||||
else:
|
else:
|
||||||
file.write(paramfileinclude)
|
file.write(paramfileinclude)
|
||||||
|
|
Loading…
Add table
Reference in a new issue