mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Rename LinuxBIOS to coreboot
Corresponding to flashrom svn r178 and coreboot v2 svn r3054. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
This commit is contained in:

committed by
Stefan Reinauer

parent
a3f8a64166
commit
e3f3e2edb4
4
layout.c
4
layout.c
@ -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