[U-Boot] [PATCH 07/10] pmic: bd71837: drop DEBUG macro

Peng Fan peng.fan at nxp.com
Wed Oct 16 10:24:34 UTC 2019


Drop DEBUG macro definition which is used for debug purpose.

Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
 drivers/power/pmic/bd71837.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/power/pmic/bd71837.c b/drivers/power/pmic/bd71837.c
index e292d42a8c..2e04298273 100644
--- a/drivers/power/pmic/bd71837.c
+++ b/drivers/power/pmic/bd71837.c
@@ -3,8 +3,6 @@
  * Copyright 2018 NXP
  */
 
-#define DEBUG
-
 #include <common.h>
 #include <errno.h>
 #include <dm.h>
-- 
2.16.4



More information about the U-Boot mailing list