From 71abe5ac0079879d4142ca15d41d943e120acbf1 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Sun, 4 Feb 2018 08:54:13 -0600 Subject: configs: imx6q_logic: Move CONFIG_MXC_UART to Kconfig Since CONFIG_MXC_UART is already in Kconfig, move this from the header to imx6q_logic_defconfig Signed-off-by: Adam Ford Reviewed-by: Stefano Babic --- include/configs/imx6_logic.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/configs/imx6_logic.h b/include/configs/imx6_logic.h index f0ff5b21825..f747c6b239e 100644 --- a/include/configs/imx6_logic.h +++ b/include/configs/imx6_logic.h @@ -18,8 +18,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) -#define CONFIG_MXC_UART - /* MMC Configs */ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define CONFIG_SYS_FSL_USDHC_NUM 2 -- cgit v1.2.3