summaryrefslogtreecommitdiffstats
path: root/layout.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-01-18 15:33:10 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2008-01-18 15:33:10 +0000
commite3f3e2edb4f45ff5f53df3a3b4012bc5e60f1bb8 (patch)
treef2e011db66093d0ccda872ed7a73f3ff2d1eccb0 /layout.c
parenta3f8a6416616588021f21b893e673cc67a71bc3f (diff)
downloadast2050-flashrom-e3f3e2edb4f45ff5f53df3a3b4012bc5e60f1bb8.zip
ast2050-flashrom-e3f3e2edb4f45ff5f53df3a3b4012bc5e60f1bb8.tar.gz
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>
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