summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/include/bsp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h b/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h
index 0e91696eac..5bb9e4c1ce 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h
@@ -33,11 +33,16 @@ extern "C" {
#include <dmv170.h>
+#if 0
#define Enable_Debug() \
DMV170_WRITE( 0xffffbd0c, 0 )
#define Debug_Entry( num ) \
DMV170_WRITE( 0xffffbd06, num )
+#else
+#define Enable_Debug()
+#define Debug_Entry( num )
+#endif
/*
* The following macro calculates the Baud constant. For the Z8530 chip.