diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2020-12-24 11:17:43 +0800 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-01-04 23:36:03 +0100 |
commit | 6fed2a8ea4f50377d9c4aee051c7e75d9d70de5d (patch) | |
tree | 03380c7a779991f2f26d7fdb438eae47e191a812 /hw/mips | |
parent | df055c65e47e4f255921b4125221b8a9f8fccc00 (diff) |
hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INIT
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>
Message-Id: <20201224031750.52146-2-jiaxun.yang@flygoat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'hw/mips')
-rw-r--r-- | hw/mips/fuloong2e.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/mips/fuloong2e.c b/hw/mips/fuloong2e.c index 8bc854130e..c5a20b6462 100644 --- a/hw/mips/fuloong2e.c +++ b/hw/mips/fuloong2e.c @@ -47,8 +47,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 |