[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 1/8] hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INIT
From: |
Jiaxun Yang |
Subject: |
[PATCH v3 1/8] hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INIT |
Date: |
Thu, 24 Dec 2020 11:17:43 +0800 |
Seems useless....
Fixes: 051c190bce5 ("MIPS: Initial support of fulong mini pc (machine
construction)")
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Huacai Chen <chenhuacai@kernel.org>
---
hw/mips/fuloong2e.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/hw/mips/fuloong2e.c b/hw/mips/fuloong2e.c
index 9b0eb8a314..055b99e378 100644
--- a/hw/mips/fuloong2e.c
+++ b/hw/mips/fuloong2e.c
@@ -48,8 +48,6 @@
#include "sysemu/reset.h"
#include "qemu/error-report.h"
-#define DEBUG_FULOONG2E_INIT
-
#define ENVP_PADDR 0x2000
#define ENVP_VADDR cpu_mips_phys_to_kseg0(NULL, ENVP_PADDR)
#define ENVP_NB_ENTRIES 16
--
2.29.2
- [PATCH v3 0/8] hw/mips/fuloong2e fixes, Jiaxun Yang, 2020/12/23
- [PATCH v3 1/8] hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INIT,
Jiaxun Yang <=
- [PATCH v3 2/8] hw/mips/fuloong2e: Relpace fault links, Jiaxun Yang, 2020/12/23
- [PATCH v3 3/8] hw/pci-host/bonito: Fixup IRQ mapping, Jiaxun Yang, 2020/12/23
- [PATCH v3 4/8] hw/pci-host/bonito: Fixup pci.lomem mapping, Jiaxun Yang, 2020/12/23
- [PATCH v3 5/8] hw/mips/fuloong2e: Remove unused env entry, Jiaxun Yang, 2020/12/23
- [PATCH v3 6/8] hw/mips/fuloong2e: Correct cpuclock env, Jiaxun Yang, 2020/12/23
- [PATCH v3 7/8] hw/mips/fuloong2e: Add highmem support, Jiaxun Yang, 2020/12/23