diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-09 10:46:46 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-17 08:47:29 -0400 |
commit | e6676a34c4b5b78cd20c02e396d9d5f7b7ceff46 (patch) | |
tree | 6851c40abc141f10cdb129dae12523da3d128680 /include/configs | |
parent | e7885a48bb362a212e52a4abf09251c08fd29a04 (diff) | |
download | u-boot-e6676a34c4b5b78cd20c02e396d9d5f7b7ceff46.tar.gz |
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')
54 files changed, 0 insertions, 58 deletions
diff --git a/include/configs/advantech_dms-ba16.h b/include/configs/advantech_dms-ba16.h index 9cbdb1face3..4bbb8d01488 100644 --- a/include/configs/advantech_dms-ba16.h +++ b/include/configs/advantech_dms-ba16.h @@ -30,8 +30,6 @@ #define CONFIG_REVISION_TAG #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) -#define CONFIG_MXC_UART - /* SATA Configs */ #define CONFIG_SYS_SATA_MAX_DEVICE 1 #define CONFIG_DWC_AHSATA_PORT_ID 0 diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h index 80262113e39..efd4aa295b9 100644 --- a/include/configs/apalis_imx6.h +++ b/include/configs/apalis_imx6.h @@ -32,7 +32,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (32 * 1024 * 1024) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* I2C Configs */ diff --git a/include/configs/apf27.h b/include/configs/apf27.h index aaf22acdb51..49ca97dc81f 100644 --- a/include/configs/apf27.h +++ b/include/configs/apf27.h @@ -144,7 +144,6 @@ /* * Serial Driver */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* diff --git a/include/configs/cgtqmx6eval.h b/include/configs/cgtqmx6eval.h index fccc9b18c0a..a2cc4f9fa83 100644 --- a/include/configs/cgtqmx6eval.h +++ b/include/configs/cgtqmx6eval.h @@ -25,7 +25,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART2_BASE /* MMC Configs */ diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h index 35f251c15ed..7d0f551e4ff 100644 --- a/include/configs/cm_fx6.h +++ b/include/configs/cm_fx6.h @@ -32,7 +32,6 @@ (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET) /* Serial console */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART4_BASE #define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h index 3d3f31369da..dab96f038dc 100644 --- a/include/configs/colibri_imx6.h +++ b/include/configs/colibri_imx6.h @@ -30,7 +30,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (32 * 1024 * 1024) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* I2C Configs */ diff --git a/include/configs/dh_imx6.h b/include/configs/dh_imx6.h index 0b6617fa82e..5d3187331ff 100644 --- a/include/configs/dh_imx6.h +++ b/include/configs/dh_imx6.h @@ -60,7 +60,6 @@ #endif /* UART */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* USB Configs */ diff --git a/include/configs/el6x_common.h b/include/configs/el6x_common.h index f7b96e48258..665550a5ebe 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 diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h index 24a0025eda3..565cc8818e7 100644 --- a/include/configs/embestmx6boards.h +++ b/include/configs/embestmx6boards.h @@ -22,8 +22,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) -#define CONFIG_MXC_UART - /* I2C Configs */ #define CONFIG_SYS_I2C #define CONFIG_SYS_I2C_MXC diff --git a/include/configs/flea3.h b/include/configs/flea3.h index 02fedb1823f..545d30c6355 100644 --- a/include/configs/flea3.h +++ b/include/configs/flea3.h @@ -47,7 +47,6 @@ /* * UART (console) */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART3_BASE /* allow to overwrite serial and ethaddr */ diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 5b8f2420d69..38e8e8e1311 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -43,7 +43,6 @@ #define CONFIG_IMX_THERMAL /* Serial */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART2_BASE #if !defined(CONFIG_SPI_FLASH) && defined(CONFIG_SPL_NAND_SUPPORT) diff --git a/include/configs/imx27lite-common.h b/include/configs/imx27lite-common.h index 67fa4a5a09f..8c5c0616208 100644 --- a/include/configs/imx27lite-common.h +++ b/include/configs/imx27lite-common.h @@ -76,7 +76,6 @@ /* * Serial Driver info */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* diff --git a/include/configs/imx8mq_evk.h b/include/configs/imx8mq_evk.h index b564f3831e8..366577857ab 100644 --- a/include/configs/imx8mq_evk.h +++ b/include/configs/imx8mq_evk.h @@ -173,7 +173,6 @@ #define PHYS_SDRAM 0x40000000 #define PHYS_SDRAM_SIZE 0xC0000000 /* 3GB DDR */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE_ADDR /* Monitor Command Prompt */ diff --git a/include/configs/imx8mq_phanbell.h b/include/configs/imx8mq_phanbell.h index c655bb24a0a..9c83e1b9f84 100644 --- a/include/configs/imx8mq_phanbell.h +++ b/include/configs/imx8mq_phanbell.h @@ -169,7 +169,6 @@ #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + \ (PHYS_SDRAM_SIZE >> 1)) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE_ADDR /* Monitor Command Prompt */ diff --git a/include/configs/liteboard.h b/include/configs/liteboard.h index f9a125fcb06..2dcd4db28cb 100644 --- a/include/configs/liteboard.h +++ b/include/configs/liteboard.h @@ -19,7 +19,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* MMC Configs */ diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h index 6be88831f04..5542ea60174 100644 --- a/include/configs/m53menlo.h +++ b/include/configs/m53menlo.h @@ -46,7 +46,6 @@ /* * Serial Driver */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index a7be85422a2..c114ec78e17 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -43,7 +43,6 @@ /* Memory Test */ /* Serial Info */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* No NOR flash present */ diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index 8f1213fd8af..f6da155fa44 100644 --- a/include/configs/mx35pdk.h +++ b/include/configs/mx35pdk.h @@ -59,7 +59,6 @@ /* * UART (console) */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* allow to overwrite serial and ethaddr */ diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 182648a0f19..e99dcd2aa19 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -32,7 +32,6 @@ */ #define CONFIG_FSL_IIM -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* PMIC Controller */ diff --git a/include/configs/mx53ard.h b/include/configs/mx53ard.h index b43be1c55c7..eb6aa0cda0c 100644 --- a/include/configs/mx53ard.h +++ b/include/configs/mx53ard.h @@ -29,7 +29,6 @@ #define CONFIG_SYS_NAND_LARGEPAGE #define CONFIG_MXC_NAND_HWECC -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* I2C Configs */ diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index ab02aa072ff..19f8408e452 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -22,7 +22,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* I2C Configs */ diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 2e015ad9f89..b19a8492116 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -24,7 +24,6 @@ #define CONFIG_REVISION_TAG -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* MMC Configs */ diff --git a/include/configs/mx53smd.h b/include/configs/mx53smd.h index b3322c639ce..a8d50507cb2 100644 --- a/include/configs/mx53smd.h +++ b/include/configs/mx53smd.h @@ -22,7 +22,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* I2C Configs */ 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 diff --git a/include/configs/mx6memcal.h b/include/configs/mx6memcal.h index 0a28d61703a..120297dac86 100644 --- a/include/configs/mx6memcal.h +++ b/include/configs/mx6memcal.h @@ -15,7 +15,6 @@ #define CONFIG_SYS_MALLOC_LEN (64 * 1024 * 1024) -#define CONFIG_MXC_UART #ifdef CONFIG_SERIAL_CONSOLE_UART1 #if defined(CONFIG_MX6SL) #define CONFIG_MXC_UART_BASE UART1_IPS_BASE_ADDR diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index ec2ac695158..cdc108a7356 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -13,7 +13,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART4_BASE /* MMC Configs */ diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index 6cea26a58de..94a7e0587d5 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -17,8 +17,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 diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index d889c99d512..3ee9cdd52d8 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -19,7 +19,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (3 * SZ_1M) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_IPS_BASE_ADDR /* MMC Configs */ diff --git a/include/configs/mx6sllevk.h b/include/configs/mx6sllevk.h index 61c637d26cf..f13429d6ea5 100644 --- a/include/configs/mx6sllevk.h +++ b/include/configs/mx6sllevk.h @@ -13,7 +13,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* I2C Configs */ diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h index 2c7db39c296..070216338bc 100644 --- a/include/configs/mx6sxsabreauto.h +++ b/include/configs/mx6sxsabreauto.h @@ -13,7 +13,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (3 * SZ_1M) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE #define CONFIG_EXTRA_ENV_SETTINGS \ diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h index 3eea9de986d..b30f9e51fbd 100644 --- a/include/configs/mx6sxsabresd.h +++ b/include/configs/mx6sxsabresd.h @@ -19,7 +19,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (3 * SZ_1M) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE #ifdef CONFIG_IMX_BOOTAUX diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h index 8466abf3d51..f83ad914dba 100644 --- a/include/configs/mx6ul_14x14_evk.h +++ b/include/configs/mx6ul_14x14_evk.h @@ -21,7 +21,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* MMC Configs */ diff --git a/include/configs/mx6ullevk.h b/include/configs/mx6ullevk.h index 9cedb96a6b4..e37559d9030 100644 --- a/include/configs/mx6ullevk.h +++ b/include/configs/mx6ullevk.h @@ -19,7 +19,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* MMC Configs */ diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h index cc07e858d57..3ed578ffc06 100644 --- a/include/configs/mx7_common.h +++ b/include/configs/mx7_common.h @@ -38,7 +38,6 @@ #define CONFIG_SYS_MAXARGS 32 /* UART */ -#define CONFIG_MXC_UART /* MMC */ diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index f3081f4f33f..0f7d8e7cb51 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -19,7 +19,6 @@ #define CONFIG_USBD_HS #define CONFIG_NETCONSOLE -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART2_BASE /* I2C Configs */ diff --git a/include/configs/novena.h b/include/configs/novena.h index 6f964e43076..14581e0be02 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -92,7 +92,6 @@ #define CONFIG_LBA48 /* UART */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART2_BASE /* USB Configs */ diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h index 3a1ea0fc10d..bf8f7b1e1b7 100644 --- a/include/configs/ot1200.h +++ b/include/configs/ot1200.h @@ -13,7 +13,6 @@ #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) /* UART Configs */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* SF Configs */ diff --git a/include/configs/pfla02.h b/include/configs/pfla02.h index 4162a71ca66..3227c4276e1 100644 --- a/include/configs/pfla02.h +++ b/include/configs/pfla02.h @@ -17,7 +17,6 @@ #define CONFIG_IMX_THERMAL /* Serial */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART4_BASE #define CONSOLE_DEV "ttymxc3" diff --git a/include/configs/pico-imx6.h b/include/configs/pico-imx6.h index 27cbfe276da..814e4b027f9 100644 --- a/include/configs/pico-imx6.h +++ b/include/configs/pico-imx6.h @@ -27,7 +27,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (35 * SZ_1M) /* Increase due to DFU */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* MMC Configuration */ diff --git a/include/configs/pico-imx6ul.h b/include/configs/pico-imx6ul.h index 8bfada75f73..d7942afb679 100644 --- a/include/configs/pico-imx6ul.h +++ b/include/configs/pico-imx6ul.h @@ -36,7 +36,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (35 * SZ_1M) /* Increase due to DFU */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART6_BASE_ADDR /* MMC Configs */ diff --git a/include/configs/pico-imx8mq.h b/include/configs/pico-imx8mq.h index da2842934b5..e880fe59aef 100644 --- a/include/configs/pico-imx8mq.h +++ b/include/configs/pico-imx8mq.h @@ -148,7 +148,6 @@ #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + \ (PHYS_SDRAM_SIZE >> 1)) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE_ADDR /* Monitor Command Prompt */ diff --git a/include/configs/platinum.h b/include/configs/platinum.h index 5e81c4568a1..77169f38bbe 100644 --- a/include/configs/platinum.h +++ b/include/configs/platinum.h @@ -19,7 +19,6 @@ */ /* UART config */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* I2C config */ diff --git a/include/configs/secomx6quq7.h b/include/configs/secomx6quq7.h index b390c2fc52e..45acf95a5b8 100644 --- a/include/configs/secomx6quq7.h +++ b/include/configs/secomx6quq7.h @@ -15,7 +15,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART2_BASE /* MMC Configuration */ diff --git a/include/configs/sksimx6.h b/include/configs/sksimx6.h index 63c168ccdd1..33ec049cf22 100644 --- a/include/configs/sksimx6.h +++ b/include/configs/sksimx6.h @@ -14,7 +14,6 @@ #define CONFIG_IMX_THERMAL /* Serial */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* Size of malloc() pool */ diff --git a/include/configs/somlabs_visionsom_6ull.h b/include/configs/somlabs_visionsom_6ull.h index c3f81ff4915..099c069a9f6 100644 --- a/include/configs/somlabs_visionsom_6ull.h +++ b/include/configs/somlabs_visionsom_6ull.h @@ -19,7 +19,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* MMC Configs */ diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h index eb16eb3d8a0..32845978a65 100644 --- a/include/configs/tbs2910.h +++ b/include/configs/tbs2910.h @@ -33,7 +33,6 @@ #define CONFIG_SYS_BOOTMAPSZ 0x10000000 /* Serial console */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* select UART1/UART2 */ /* Framebuffer */ diff --git a/include/configs/titanium.h b/include/configs/titanium.h index ec316f325cf..9100d3b14a0 100644 --- a/include/configs/titanium.h +++ b/include/configs/titanium.h @@ -22,7 +22,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (2 * 1024 * 1024) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* I2C Configs */ diff --git a/include/configs/ts4800.h b/include/configs/ts4800.h index e563f3fe8af..aca0d860afd 100644 --- a/include/configs/ts4800.h +++ b/include/configs/ts4800.h @@ -39,7 +39,6 @@ * Hardware drivers */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* diff --git a/include/configs/udoo.h b/include/configs/udoo.h index 54f472d5950..706efb20354 100644 --- a/include/configs/udoo.h +++ b/include/configs/udoo.h @@ -18,7 +18,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (2 * SZ_1M) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART2_BASE /* SATA Configs */ diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h index 4b3df0451a9..4e95788b24f 100644 --- a/include/configs/udoo_neo.h +++ b/include/configs/udoo_neo.h @@ -16,7 +16,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (3 * SZ_1M) -#define CONFIG_MXC_UART /* MMC Configuration */ #define CONFIG_SYS_FSL_ESDHC_ADDR USDHC2_BASE_ADDR diff --git a/include/configs/usbarmory.h b/include/configs/usbarmory.h index fcf5c67dc89..0c0f85097b2 100644 --- a/include/configs/usbarmory.h +++ b/include/configs/usbarmory.h @@ -21,7 +21,6 @@ #define CONFIG_SYS_CBSIZE 512 /* UART */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* SD/MMC */ diff --git a/include/configs/warp.h b/include/configs/warp.h index 654f8349f4d..1ab72cd00bc 100644 --- a/include/configs/warp.h +++ b/include/configs/warp.h @@ -17,7 +17,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (35 * SZ_1M) /* Increase due to DFU */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_IPS_BASE_ADDR /* MMC Configs */ diff --git a/include/configs/xpress.h b/include/configs/xpress.h index ba7fc84bf2f..79364d3437f 100644 --- a/include/configs/xpress.h +++ b/include/configs/xpress.h @@ -16,7 +16,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (16 << 20) -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE MX6UL_UART7_BASE_ADDR /* MMC Configs */ diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h index 15bd97f2100..88a885463d4 100644 --- a/include/configs/zmx25.h +++ b/include/configs/zmx25.h @@ -37,7 +37,6 @@ /* * Serial */ -#define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART2_BASE /* |