summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands/partition.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/partition.c b/commands/partition.c
index c6130337b7..88f961078b 100644
--- a/commands/partition.c
+++ b/commands/partition.c
@@ -21,6 +21,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#ifdef CONFIG_ENABLE_PARTITION_NOISE
+# define DEBUG
+#endif
+
#include <common.h>
#include <command.h>
#include <driver.h>