[PATCH 1/2] drivers/ddr/imx8: remove leftover DEBUG defines

Lucas Stach l.stach at pengutronix.de
Wed Sep 30 09:24:16 EDT 2020


This produces quite a bit of log noise and should not be
enabled by default.

Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
---
 drivers/ddr/imx8m/ddr_init.c     | 2 +-
 drivers/ddr/imx8m/ddrphy_train.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/ddr/imx8m/ddr_init.c b/drivers/ddr/imx8m/ddr_init.c
index 374601b786c2..093b9ea905db 100644
--- a/drivers/ddr/imx8m/ddr_init.c
+++ b/drivers/ddr/imx8m/ddr_init.c
@@ -2,7 +2,7 @@
 /*
  * Copyright 2018-2019 NXP
  */
-#define DEBUG
+
 #include <common.h>
 #include <errno.h>
 #include <io.h>
diff --git a/drivers/ddr/imx8m/ddrphy_train.c b/drivers/ddr/imx8m/ddrphy_train.c
index c2238cc66b3b..2563b809467a 100644
--- a/drivers/ddr/imx8m/ddrphy_train.c
+++ b/drivers/ddr/imx8m/ddrphy_train.c
@@ -2,7 +2,7 @@
 /*
  * Copyright 2018 NXP
  */
-#define DEBUG
+
 #include <common.h>
 #include <linux/kernel.h>
 #include <soc/imx8m/ddr.h>
-- 
2.20.1




More information about the barebox mailing list