Commit bf2ed917 authored by Andreas Färber's avatar Andreas Färber Committed by Alexander Graf
Browse files

ppc405_boards: Disable debug output



Also move one stray debug output into an #ifdef.

Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
parent daf285b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@

#define USE_FLASH_BIOS

#define DEBUG_BOARD_INIT
//#define DEBUG_BOARD_INIT

/*****************************************************************************/
/* PPC405EP reference board (IBM) */
@@ -353,9 +353,9 @@ static void ref405ep_init(QEMUMachineInitArgs *args)
        bdloc = 0;
    }
#ifdef DEBUG_BOARD_INIT
    printf("bdloc " RAM_ADDR_FMT "\n", bdloc);
    printf("%s: Done\n", __func__);
#endif
    printf("bdloc " RAM_ADDR_FMT "\n", bdloc);
}

static QEMUMachine ref405ep_machine = {