From be381cc4346c1d18a0624c93192ec9fe083522db Mon Sep 17 00:00:00 2001
From: Fabio Estevam <festevam@gmail.com>
Date: Mon, 17 Sep 2018 14:16:14 -0300
Subject: [PATCH] configs: mx7: Remove CONFIG_DBG_MONITOR

Remove all CONFIG_DBG_MONITOR references as it is not used
anywhere.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 include/configs/cl-som-imx7.h     | 2 --
 include/configs/colibri-imx6ull.h | 1 -
 include/configs/colibri_imx7.h    | 2 --
 include/configs/mx7dsabresd.h     | 1 -
 scripts/config_whitelist.txt      | 1 -
 5 files changed, 7 deletions(-)

diff --git a/include/configs/cl-som-imx7.h b/include/configs/cl-som-imx7.h
index 1b2eee3f18..f84a11215e 100644
--- a/include/configs/cl-som-imx7.h
+++ b/include/configs/cl-som-imx7.h
@@ -10,8 +10,6 @@
 
 #include "mx7_common.h"
 
-#define CONFIG_DBG_MONITOR
-
 #define CONFIG_MXC_UART_BASE            UART1_IPS_BASE_ADDR
 
 /* Size of malloc() pool */
diff --git a/include/configs/colibri-imx6ull.h b/include/configs/colibri-imx6ull.h
index f2db039454..7cf550cf9e 100644
--- a/include/configs/colibri-imx6ull.h
+++ b/include/configs/colibri-imx6ull.h
@@ -13,7 +13,6 @@
 #include "mx6_common.h"
 #define CONFIG_IOMUX_LPSR
 
-/* #define CONFIG_DBG_MONITOR*/
 #define PHYS_SDRAM_SIZE			SZ_512M
 
 /* Size of malloc() pool */
diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h
index 02849ba35f..c31cf2888a 100644
--- a/include/configs/colibri_imx7.h
+++ b/include/configs/colibri_imx7.h
@@ -13,8 +13,6 @@
 
 #include "mx7_common.h"
 
-/*#define CONFIG_DBG_MONITOR*/
-
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN		(32 * SZ_1M)
 
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h
index 87241ef4bf..ad919a671f 100644
--- a/include/configs/mx7dsabresd.h
+++ b/include/configs/mx7dsabresd.h
@@ -10,7 +10,6 @@
 
 #include "mx7_common.h"
 
-#define CONFIG_DBG_MONITOR
 #define PHYS_SDRAM_SIZE			SZ_1G
 
 #define CONFIG_MXC_UART_BASE            UART1_IPS_BASE_ADDR
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index e805b1e6b3..5ca650ad5b 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -310,7 +310,6 @@ CONFIG_D2NET_V2
 CONFIG_DA850_AM18X_EVM
 CONFIG_DA850_EVM_MAX_CPU_CLK
 CONFIG_DBGU
-CONFIG_DBG_MONITOR
 CONFIG_DB_784MP_GP
 CONFIG_DCACHE
 CONFIG_DCACHE_OFF
-- 
2.39.5