dma: keystone_nav: move keystone_nav driver to driver/dma/
[oweals/u-boot.git] / common / dlmalloc.c
index 26ba8fd622c6c4b9ae1a42bac441b0890b7e2474..f9873393c183350795ed3ac7c15f5552afb5419b 100644 (file)
@@ -1,5 +1,9 @@
 #include <common.h>
 
+#ifdef CONFIG_SANDBOX
+#define DEBUG
+#endif
+
 #if 0  /* Moved to malloc.h */
 /* ---------- To make a malloc.h, start cutting here ------------ */