mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
ppc405_uc: Disable debug output
Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
bf2ed917d7
commit
0d84382ed9
1 changed files with 8 additions and 8 deletions
|
@ -30,15 +30,15 @@
|
|||
#include "qemu/log.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
||||
#define DEBUG_OPBA
|
||||
#define DEBUG_SDRAM
|
||||
#define DEBUG_GPIO
|
||||
#define DEBUG_SERIAL
|
||||
#define DEBUG_OCM
|
||||
//#define DEBUG_OPBA
|
||||
//#define DEBUG_SDRAM
|
||||
//#define DEBUG_GPIO
|
||||
//#define DEBUG_SERIAL
|
||||
//#define DEBUG_OCM
|
||||
//#define DEBUG_I2C
|
||||
#define DEBUG_GPT
|
||||
#define DEBUG_MAL
|
||||
#define DEBUG_CLOCKS
|
||||
//#define DEBUG_GPT
|
||||
//#define DEBUG_MAL
|
||||
//#define DEBUG_CLOCKS
|
||||
//#define DEBUG_CLOCKS_LL
|
||||
|
||||
ram_addr_t ppc405_set_bootinfo (CPUPPCState *env, ppc4xx_bd_info_t *bd,
|
||||
|
|
Loading…
Reference in a new issue