summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index a580e115c0..4c2a72e262 100644
--- a/include/common.h
+++ b/include/common.h
@@ -42,7 +42,7 @@
#define pr_emerg(fmt, arg...) printf(fmt, ##arg)
#ifdef DEBUG
-#define pr_debug(fmt, arg...) printf(UBOOT_DEBUG, fmt, ##arg)
+#define pr_debug(fmt, arg...) printf(fmt, ##arg)
#else
#define pr_debug(fmt, arg...) do {} while(0)
#endif