diff options
-rw-r--r-- | hw/mips_malta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mips_malta.c b/hw/mips_malta.c index bee29db0d0..12343e0ade 100644 --- a/hw/mips_malta.c +++ b/hw/mips_malta.c @@ -291,7 +291,7 @@ MaltaFPGAState *malta_fpga_init(target_phys_addr_t base) cpu_register_physical_memory(base, 0x100000, malta); s->display = qemu_chr_open("vc"); - qemu_chr_printf(s->display, "\e[HMalta LEBDAR\r\n"); + qemu_chr_printf(s->display, "\e[HMalta LEDBAR\r\n"); qemu_chr_printf(s->display, "+--------+\r\n"); qemu_chr_printf(s->display, "+ +\r\n"); qemu_chr_printf(s->display, "+--------+\r\n"); |