From e6676a34c4b5b78cd20c02e396d9d5f7b7ceff46 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 9 Jun 2020 10:46:46 -0400 Subject: Convert CONFIG_MXC_UART to Kconfig This converts the following to Kconfig: CONFIG_MXC_UART Signed-off-by: Tom Rini Acked-by: Peng Fan --- include/configs/el6x_common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/el6x_common.h') diff --git a/include/configs/el6x_common.h b/include/configs/el6x_common.h index f7b96e4825..665550a5eb 100644 --- a/include/configs/el6x_common.h +++ b/include/configs/el6x_common.h @@ -19,8 +19,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) -#define CONFIG_MXC_UART - #ifdef CONFIG_SPL #include "imx6_spl.h" #endif -- cgit