summaryrefslogtreecommitdiffstats
path: root/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'layout.c')
-rw-r--r--layout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/layout.c b/layout.c
index cbd8791..3d24b25 100644
--- a/layout.c
+++ b/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
*/
OpenPOWER on IntegriCloud