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 9cbdb1face..4bbb8d0148 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 80262113e3..efd4aa295b 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 aaf22acdb5..49ca97dc81 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 fccc9b18c0..a2cc4f9fa8 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 35f251c15e..7d0f551e4f 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 3d3f31369d..dab96f038d 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 0b6617fa82..5d3187331f 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 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 diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h index 24a0025eda..565cc8818e 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 02fedb1823..545d30c635 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 5b8f2420d6..38e8e8e131 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 67fa4a5a09..8c5c061620 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 b564f3831e..366577857a 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 c655bb24a0..9c83e1b9f8 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 f9a125fcb0..2dcd4db28c 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 6be88831f0..5542ea6017 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 a7be85422a..c114ec78e1 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 8f1213fd8a..f6da155fa4 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 182648a0f1..e99dcd2aa1 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 b43be1c55c..eb6aa0cda0 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 ab02aa072f..19f8408e45 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 2e015ad9f8..b19a849211 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 b3322c639c..a8d50507cb 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 96f79e6b58..57efe1bab6 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 0a28d61703..120297dac8 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 ec2ac69515..cdc108a735 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 6cea26a58d..94a7e0587d 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 d889c99d51..3ee9cdd52d 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 61c637d26c..f13429d6ea 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 2c7db39c29..070216338b 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 3eea9de986..b30f9e51fb 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 8466abf3d5..f83ad914db 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 9cedb96a6b..e37559d903 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 cc07e858d5..3ed578ffc0 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 f3081f4f33..0f7d8e7cb5 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 6f964e4307..14581e0be0 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 3a1ea0fc10..bf8f7b1e1b 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 4162a71ca6..3227c4276e 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 27cbfe276d..814e4b027f 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 8bfada75f7..d7942afb67 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 da2842934b..e880fe59ae 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 5e81c4568a..77169f38bb 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 b390c2fc52..45acf95a5b 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 63c168ccdd..33ec049cf2 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 c3f81ff491..099c069a9f 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 eb16eb3d8a..32845978a6 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 ec316f325c..9100d3b14a 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 e563f3fe8a..aca0d860af 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 54f472d595..706efb2035 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 4b3df0451a..4e95788b24 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 fcf5c67dc8..0c0f85097b 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 654f8349f4..1ab72cd00b 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 ba7fc84bf2..79364d3437 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 15bd97f210..88a885463d 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 /* |