mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 12:58:20 +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
@ -30,15 +30,15 @@
|
|||||||
#include "qemu/log.h"
|
#include "qemu/log.h"
|
||||||
#include "exec/address-spaces.h"
|
#include "exec/address-spaces.h"
|
||||||
|
|
||||||
#define DEBUG_OPBA
|
//#define DEBUG_OPBA
|
||||||
#define DEBUG_SDRAM
|
//#define DEBUG_SDRAM
|
||||||
#define DEBUG_GPIO
|
//#define DEBUG_GPIO
|
||||||
#define DEBUG_SERIAL
|
//#define DEBUG_SERIAL
|
||||||
#define DEBUG_OCM
|
//#define DEBUG_OCM
|
||||||
//#define DEBUG_I2C
|
//#define DEBUG_I2C
|
||||||
#define DEBUG_GPT
|
//#define DEBUG_GPT
|
||||||
#define DEBUG_MAL
|
//#define DEBUG_MAL
|
||||||
#define DEBUG_CLOCKS
|
//#define DEBUG_CLOCKS
|
||||||
//#define DEBUG_CLOCKS_LL
|
//#define DEBUG_CLOCKS_LL
|
||||||
|
|
||||||
ram_addr_t ppc405_set_bootinfo (CPUPPCState *env, ppc4xx_bd_info_t *bd,
|
ram_addr_t ppc405_set_bootinfo (CPUPPCState *env, ppc4xx_bd_info_t *bd,
|
||||||
|
Loading…
Reference in New Issue
Block a user