diff options
author | Tom Rini | 2020-06-09 10:46:46 -0400 |
---|---|---|
committer | Tom Rini | 2020-07-17 08:47:29 -0400 |
commit | e6676a34c4b5b78cd20c02e396d9d5f7b7ceff46 (patch) | |
tree | 6851c40abc141f10cdb129dae12523da3d128680 /include/configs/mx6cuboxi.h | |
parent | e7885a48bb362a212e52a4abf09251c08fd29a04 (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/mx6cuboxi.h')
-rw-r--r-- | include/configs/mx6cuboxi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h index 96f79e6b58c..57efe1bab6e 100644 --- a/include/configs/mx6cuboxi.h +++ b/include/configs/mx6cuboxi.h @@ -16,7 +16,6 @@ #define CONFIG_IMX_THERMAL #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) -#define CONFIG_MXC_UART /* MMC Configs */ #define CONFIG_SYS_FSL_ESDHC_ADDR USDHC2_BASE_ADDR |