summaryrefslogtreecommitdiff
path: root/src/cpu/x86/car/copy_and_run.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/x86/car/copy_and_run.c')
-rw-r--r--src/cpu/x86/car/copy_and_run.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/x86/car/copy_and_run.c b/src/cpu/x86/car/copy_and_run.c
index d237f20eea..ac2b7b0ca7 100644
--- a/src/cpu/x86/car/copy_and_run.c
+++ b/src/cpu/x86/car/copy_and_run.c
@@ -52,9 +52,9 @@ static void copy_and_run(unsigned cpu_reset)
#endif
// dump_mem(dst, dst+0x100);
#if CONFIG_USE_INIT
- printk_spew("linxbios_ram.bin length = %08x\r\n", olen);
+ printk_spew("coreboot_ram.bin length = %08x\r\n", olen);
#else
- print_spew("linxbios_ram.bin length = "); print_spew_hex32(olen); print_spew("\r\n");
+ print_spew("coreboot_ram.bin length = "); print_spew_hex32(olen); print_spew("\r\n");
#endif
print_debug("Jumping to coreboot.\r\n");