typo fixed.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@995 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
1b0e79704f
commit
9a0989b941
|
@ -347,7 +347,7 @@ class romimage:
|
|||
if (self.useinitincludes):
|
||||
return "crt0.S"
|
||||
else:
|
||||
return "crt0_include.h"
|
||||
return "crt0_includes.h"
|
||||
|
||||
def newformat(self):
|
||||
return self.useinitincludes
|
||||
|
|
Loading…
Reference in New Issue