]> xenbits.xensource.com Git - seabios.git/commitdiff
coreboot: Make sure to print the SeaBIOS version in cbmem debug output. rel-1.7.4
authorKevin O'Connor <kevin@koconnor.net>
Sun, 22 Dec 2013 15:42:26 +0000 (10:42 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 22 Dec 2013 15:42:26 +0000 (10:42 -0500)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/fw/coreboot.c

index cc316dff817fc7d2ee8870ba1564d1ca2d7daca3..01a6fcd9359a80a98ebd9782df68d9794cd30e40 100644 (file)
@@ -182,7 +182,7 @@ coreboot_preinit(void)
     struct cb_cbmem_ref *cbref = find_cb_subtable(cbh, CB_TAG_CBMEM_CONSOLE);
     if (cbref) {
         cbcon = (void*)(u32)cbref->cbmem_addr;
-        dprintf(1, "----- [ seabios log starts here ] -----\n");
+        dprintf(1, "----- [ SeaBIOS %s ] -----\n", VERSION);
         dprintf(1, "Found coreboot cbmem console @ %llx\n", cbref->cbmem_addr);
     }