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/cl-som-imx7.h | |
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/cl-som-imx7.h')
-rw-r--r-- | include/configs/cl-som-imx7.h | 2 |
1 files changed, 0 insertions, 2 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 */ |