remove brain-dead verify code
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1590 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
515f6b68a0
commit
65046b16f9
|
@ -2001,10 +2001,6 @@ def verifyparse():
|
||||||
for op in image.exported_options:
|
for op in image.exported_options:
|
||||||
if (getoptionvalue(op.name, op, image) == 0 and getoptionvalue(op.name, op, 0) == 0):
|
if (getoptionvalue(op.name, op, image) == 0 and getoptionvalue(op.name, op, 0) == 0):
|
||||||
error("Exported option %s has no value (check Options.lb)" % op.name)
|
error("Exported option %s has no value (check Options.lb)" % op.name)
|
||||||
print("Verifing global options")
|
|
||||||
for op in global_exported_options:
|
|
||||||
if (getoptionvalue(op.name, op, 0) == 0):
|
|
||||||
error("Exported option %s has no value (check Options.lb)" % op.name)
|
|
||||||
exitiferrors()
|
exitiferrors()
|
||||||
|
|
||||||
#=============================================================================
|
#=============================================================================
|
||||||
|
|
Loading…
Reference in New Issue