diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-09-17 14:16:14 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-10-09 18:34:13 +0200 |
commit | be381cc4346c1d18a0624c93192ec9fe083522db (patch) | |
tree | 887172bc1bb1502dbd479a58b7d73bf52f633e17 /include/configs | |
parent | 787075e0692e36e793fa8a453a1b2dfc98def711 (diff) | |
download | u-boot-be381cc4346c1d18a0624c93192ec9fe083522db.tar.gz |
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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/cl-som-imx7.h | 2 | ||||
-rw-r--r-- | include/configs/colibri-imx6ull.h | 1 | ||||
-rw-r--r-- | include/configs/colibri_imx7.h | 2 | ||||
-rw-r--r-- | include/configs/mx7dsabresd.h | 1 |
4 files changed, 0 insertions, 6 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 |