for some reasons the externals did not get committed.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3054 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
f8ee1806ac
commit
8df401db3b
@@ -46,7 +46,7 @@ int show_id(uint8_t *bios, int size)
|
||||
return 0;
|
||||
}
|
||||
|
||||
printf_debug("LinuxBIOS last image size "
|
||||
printf_debug("coreboot last image size "
|
||||
"(not ROM size) is %d bytes.\n", *walk);
|
||||
|
||||
walk--;
|
||||
@@ -57,7 +57,7 @@ int show_id(uint8_t *bios, int size)
|
||||
printf_debug("Mainboard ID: %s\n", mainboard_part);
|
||||
|
||||
/*
|
||||
* If lb_vendor is not set, the linuxbios table was
|
||||
* If lb_vendor is not set, the coreboot table was
|
||||
* not found. Nor was -mVENDOR:PART specified
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user