summaryrefslogtreecommitdiffstats
path: root/commands/partition.c
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@isonoe.(none)>2007-10-19 11:50:58 +0200
committerJuergen Beisert <jbe@isonoe.(none)>2007-10-19 11:50:58 +0200
commit34c23b6f6eab9f0d1859131d017e994b368365cc (patch)
tree6c3859a5dd9d332d4366872b0732ce9744f48ae9 /commands/partition.c
parent99ebb0e0fc5dc47ceab80ef85cd8590fe6b6aa8d (diff)
downloadbarebox-34c23b6f6eab9f0d1859131d017e994b368365cc.tar.gz
barebox-34c23b6f6eab9f0d1859131d017e994b368365cc.tar.xz
debug support added
Diffstat (limited to 'commands/partition.c')
-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>