Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3150 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2008-03-15 16:30:39 +00:00 committed by Stefan Reinauer
parent e989be26e6
commit 9dcfc00dc6
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ main( int argc, char *argv[] )
if (verbose) puts( SEP_LINE2 );
printf( "/* generatred by MPTable, version %d.%d.%d*/\n", VMAJOR, VMINOR, VDELTA );
printf( "/* generated by MPTable, version %d.%d.%d*/\n", VMAJOR, VMINOR, VDELTA );
printf("/* as modified by RGM for coreboot */\n");
write_code(preamble);