summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2017-05-24 18:17:34 +0800
committerAnson Huang <Anson.Huang@nxp.com>2017-07-12 23:29:39 +0800
commit86323fda162fea00c613dbda7823b2541ad20cc5 (patch)
treebe0658e62d79e9c74c444504d1c5101ac3ae9363
parent6f7c3732eba3bb800c75dc08907a895fa6e6b8a5 (diff)
i.MX8QXP: disable debug console by default
Disable debug console by default on i.MX8QXP. Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
-rw-r--r--plat/freescale/imx8qxp/include/platform_def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/freescale/imx8qxp/include/platform_def.h b/plat/freescale/imx8qxp/include/platform_def.h
index ba2ab190..50f77b16 100644
--- a/plat/freescale/imx8qxp/include/platform_def.h
+++ b/plat/freescale/imx8qxp/include/platform_def.h
@@ -75,6 +75,6 @@
#define COUNTER_FREQUENCY 8000000 /* 8MHz */
-#define DEBUG_CONSOLE 1
-#define DEBUG_CONSOLE_A35 1
+#define DEBUG_CONSOLE 0
+#define DEBUG_CONSOLE_A35 0
#define PLAT_IMX8QXP 1