summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiaxun Yang2020-12-24 04:17:47 +0100
committerPhilippe Mathieu-Daudé2021-01-04 23:36:03 +0100
commitc0809fcfac3cf599d69f7e4610856a786d78ccad (patch)
treed9b5efc7bdb77b1c5d67bf2942e6597755080623
parenthw/mips/fuloong2e: Replace faulty documentation links (diff)
downloadqemu-c0809fcfac3cf599d69f7e4610856a786d78ccad.tar.gz
qemu-c0809fcfac3cf599d69f7e4610856a786d78ccad.tar.xz
qemu-c0809fcfac3cf599d69f7e4610856a786d78ccad.zip
hw/mips/fuloong2e: Remove unused env entry
modetty is not handled by kernel and the parameter here seems unreasonable. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Message-Id: <20201224031750.52146-6-jiaxun.yang@flygoat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> [PMD: Do not remove busclock] Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-rw-r--r--hw/mips/fuloong2e.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/mips/fuloong2e.c b/hw/mips/fuloong2e.c
index 09169a9aa9..9b44ac6cf9 100644
--- a/hw/mips/fuloong2e.c
+++ b/hw/mips/fuloong2e.c
@@ -161,7 +161,6 @@ static uint64_t load_kernel(CPUMIPSState *env)
prom_set(prom_buf, index++, "busclock=33000000");
prom_set(prom_buf, index++, "cpuclock=100000000");
prom_set(prom_buf, index++, "memsize=%"PRIi64, loaderparams.ram_size / MiB);
- prom_set(prom_buf, index++, "modetty0=38400n8r");
prom_set(prom_buf, index++, NULL);
rom_add_blob_fixed("prom", prom_buf, prom_size, ENVP_PADDR);