summaryrefslogtreecommitdiff
path: root/include/configs/el6x_common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-06-09 10:46:46 -0400
committerTom Rini <trini@konsulko.com>2020-07-17 08:47:29 -0400
commite6676a34c4b5b78cd20c02e396d9d5f7b7ceff46 (patch)
tree6851c40abc141f10cdb129dae12523da3d128680 /include/configs/el6x_common.h
parente7885a48bb362a212e52a4abf09251c08fd29a04 (diff)
Convert CONFIG_MXC_UART to Kconfig
This converts the following to Kconfig: CONFIG_MXC_UART Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/configs/el6x_common.h')
-rw-r--r--include/configs/el6x_common.h2
1 files changed, 0 insertions, 2 deletions
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