global: Migrate CONFIG_MXC_UART_BASE to CFG
authorTom Rini <trini@konsulko.com>
Sun, 4 Dec 2022 15:04:55 +0000 (10:04 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Dec 2022 15:14:51 +0000 (10:14 -0500)
Perform a simple rename of CONFIG_MXC_UART_BASE to CFG_MXC_UART_BASE

Signed-off-by: Tom Rini <trini@konsulko.com>
62 files changed:
board/ge/b1x5v2/spl.c
drivers/serial/serial_mxc.c
include/configs/apalis_imx6.h
include/configs/cl-som-imx7.h
include/configs/cm_fx6.h
include/configs/colibri_imx6.h
include/configs/dart_6ul.h
include/configs/dh_imx6.h
include/configs/display5.h
include/configs/el6x_common.h
include/configs/embestmx6boards.h
include/configs/ge_b1x5v2.h
include/configs/gw_ventana.h
include/configs/imx6-engicam.h
include/configs/imx6_logic.h
include/configs/imx6dl-mamoj.h
include/configs/imx6ulz_smm_m2.h
include/configs/imx7-cm.h
include/configs/imx8mm_data_modul_edm_sbc.h
include/configs/imx8mp_dhcom_pdk2.h
include/configs/imx8mp_rsb3720.h
include/configs/imx8mq_cm.h
include/configs/imx8mq_evk.h
include/configs/imx8mq_phanbell.h
include/configs/kontron-sl-mx6ul.h
include/configs/kontron_pitx_imx8m.h
include/configs/librem5.h
include/configs/liteboard.h
include/configs/m53menlo.h
include/configs/mccmon6.h
include/configs/msc_sm2s_imx8mp.h
include/configs/mx51evk.h
include/configs/mx53cx9020.h
include/configs/mx53loco.h
include/configs/mx6cuboxi.h
include/configs/mx6memcal.h
include/configs/mx6sabreauto.h
include/configs/mx6sabresd.h
include/configs/mx6slevk.h
include/configs/mx6sllevk.h
include/configs/mx6sxsabreauto.h
include/configs/mx6sxsabresd.h
include/configs/mx6ul_14x14_evk.h
include/configs/mx6ullevk.h
include/configs/mys_6ulx.h
include/configs/nitrogen6x.h
include/configs/novena.h
include/configs/npi_imx6ull.h
include/configs/pcl063.h
include/configs/pcl063_ull.h
include/configs/pico-imx6.h
include/configs/pico-imx6ul.h
include/configs/pico-imx7d.h
include/configs/pico-imx8mq.h
include/configs/tqma6_mba6.h
include/configs/tqma6_wru4.h
include/configs/udoo.h
include/configs/udoo_neo.h
include/configs/usbarmory.h
include/configs/vining_2000.h
include/configs/wandboard.h
include/configs/xpress.h

index 52c80f7..460d3be 100644 (file)
@@ -565,9 +565,9 @@ void board_init_f(ulong dummy)
        timer_init();
 
        /* iomux */
-       if (CONFIG_MXC_UART_BASE == UART2_BASE)
+       if (CFG_MXC_UART_BASE == UART2_BASE)
                SETUP_IOMUX_PADS(uart2_pads);
-       else if (CONFIG_MXC_UART_BASE == UART3_BASE)
+       else if (CFG_MXC_UART_BASE == UART3_BASE)
                SETUP_IOMUX_PADS(uart3_pads);
 
        /* UART clocks enabled and gd valid - init serial console */
index 82c0d84..8bcbbf2 100644 (file)
@@ -194,11 +194,11 @@ static void _mxc_serial_setbrg(struct mxc_uart *base, unsigned long clk,
 
 #if !CONFIG_IS_ENABLED(DM_SERIAL)
 
-#ifndef CONFIG_MXC_UART_BASE
-#error "define CONFIG_MXC_UART_BASE to use the MXC UART driver"
+#ifndef CFG_MXC_UART_BASE
+#error "define CFG_MXC_UART_BASE to use the MXC UART driver"
 #endif
 
-#define mxc_base       ((struct mxc_uart *)CONFIG_MXC_UART_BASE)
+#define mxc_base       ((struct mxc_uart *)CFG_MXC_UART_BASE)
 
 static void mxc_serial_setbrg(void)
 {
index d461590..2fb4cfa 100644 (file)
@@ -15,7 +15,7 @@
 #include <asm/arch/imx-regs.h>
 #include <asm/mach-imx/gpio.h>
 
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 
 /* MMC Configs */
 #define CFG_SYS_FSL_ESDHC_ADDR 0
index cde7d3c..b7920c7 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "mx7_common.h"
 
-#define CONFIG_MXC_UART_BASE            UART1_IPS_BASE_ADDR
+#define CFG_MXC_UART_BASE            UART1_IPS_BASE_ADDR
 
 /* Network */
 #define CFG_FEC_MXC_PHYADDR          0
index 47b76c9..90ebec4 100644 (file)
@@ -26,7 +26,7 @@
 #define CFG_SYS_INIT_RAM_SIZE  IRAM_SIZE
 
 /* Serial console */
-#define CONFIG_MXC_UART_BASE           UART4_BASE
+#define CFG_MXC_UART_BASE              UART4_BASE
 
 /* Environment */
 
index bf2a9bb..3c67aab 100644 (file)
@@ -15,7 +15,7 @@
 #include <asm/arch/imx-regs.h>
 #include <asm/mach-imx/gpio.h>
 
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 
 /* MMC Configs */
 #define CFG_SYS_FSL_ESDHC_ADDR 0
index c2ed9c7..fb61910 100644 (file)
@@ -28,7 +28,7 @@
 #define MMC_ROOTFS_PART                        2
 
 /* Console configs */
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 
 /* MMC Configs */
 
index 6aef15c..348be5a 100644 (file)
@@ -28,7 +28,7 @@
 #define CFG_SYS_FSL_USDHC_NUM  3
 
 /* UART */
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 
 /* USB Configs */
 #ifdef CONFIG_CMD_USB
index 70ad88c..cd1544b 100644 (file)
@@ -34,7 +34,7 @@
 #define CFG_SYS_SPI_ARGS_OFFS        0x140000
 #define CFG_SYS_SPI_ARGS_SIZE        0x10000
 
-#define CONFIG_MXC_UART_BASE           UART5_BASE
+#define CFG_MXC_UART_BASE              UART5_BASE
 
 /* MMC Configs */
 #define CFG_SYS_FSL_ESDHC_ADDR 0
index a5e2dc0..6913a91 100644 (file)
@@ -21,7 +21,7 @@
 
 /* Commands */
 
-#define CONFIG_MXC_UART_BASE   UART2_BASE
+#define CFG_MXC_UART_BASE      UART2_BASE
 
 #define CFG_EXTRA_ENV_SETTINGS                                               \
        "board=EL6Q\0"                                                          \
index c1748fc..81a92c9 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef __RIOTBOARD_CONFIG_H
 #define __RIOTBOARD_CONFIG_H
 
-#define CONFIG_MXC_UART_BASE           UART2_BASE
+#define CFG_MXC_UART_BASE              UART2_BASE
 #define CONSOLE_DEV            "ttymxc1"
 
 #define PHYS_SDRAM_SIZE                (1u * 1024 * 1024 * 1024)
index 0523ff9..529b8fc 100644 (file)
@@ -13,9 +13,9 @@
 #include "mx6_common.h"
 
 /* UART */
-#define CONFIG_MXC_UART_BASE           UART3_BASE
+#define CFG_MXC_UART_BASE              UART3_BASE
 
-#if CONFIG_MXC_UART_BASE == UART2_BASE
+#if CFG_MXC_UART_BASE == UART2_BASE
 /* UART2 requires CONFIG_DEBUG_UART_BASE=0x21e8000 */
 #define CONSOLE_DEVICE "ttymxc1" /* System on Module debug connector */
 #else
index 5a78c68..c6ace9d 100644 (file)
@@ -16,7 +16,7 @@
 #include "mx6_common.h"
 
 /* Serial */
-#define CONFIG_MXC_UART_BASE          UART2_BASE
+#define CFG_MXC_UART_BASE             UART2_BASE
 
 /* NAND */
 
index 4208ba9..786b70f 100644 (file)
 /* UART */
 #ifdef CONFIG_MXC_UART
 # ifdef CONFIG_MX6UL
-#  define CONFIG_MXC_UART_BASE         UART1_BASE
+#  define CFG_MXC_UART_BASE            UART1_BASE
 # else
-#  define CONFIG_MXC_UART_BASE         UART4_BASE
+#  define CFG_MXC_UART_BASE            UART4_BASE
 # endif
 #endif
 
index 121b34a..f9544cd 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef __IMX6LOGIC_CONFIG_H
 #define __IMX6LOGIC_CONFIG_H
 
-#define CONFIG_MXC_UART_BASE   UART1_BASE
+#define CFG_MXC_UART_BASE   UART1_BASE
 #define CONSOLE_DEV            "ttymxc0"
 
 #include "mx6_common.h"
index 162b0b8..db08e43 100644 (file)
@@ -35,7 +35,7 @@
 #include <config_distro_bootcmd.h>
 
 /* UART */
-#define CONFIG_MXC_UART_BASE           UART3_BASE
+#define CFG_MXC_UART_BASE              UART3_BASE
 
 /* MMC */
 
index c95038e..9da98d0 100644 (file)
@@ -12,7 +12,7 @@
 #include <linux/sizes.h>
 #include <linux/stringify.h>
 
-#define CONFIG_MXC_UART_BASE           UART4_BASE
+#define CFG_MXC_UART_BASE              UART4_BASE
 
 #ifndef CONFIG_SPL_BUILD
 
index 66cf5b4..84fb1bf 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "mx7_common.h"
 
-#define CONFIG_MXC_UART_BASE            UART1_IPS_BASE_ADDR
+#define CFG_MXC_UART_BASE            UART1_IPS_BASE_ADDR
 
 #undef CFG_EXTRA_ENV_SETTINGS
 
index 0723d27..f7d2b66 100644 (file)
@@ -25,7 +25,7 @@
 #define PHYS_SDRAM                     0x40000000
 #define PHYS_SDRAM_SIZE                        0x40000000 /* Minimum 1 GiB DDR */
 
-#define CONFIG_MXC_UART_BASE           UART3_BASE_ADDR
+#define CFG_MXC_UART_BASE              UART3_BASE_ADDR
 
 /* PHY needs a longer autonegotiation timeout after reset */
 #define PHY_ANEG_TIMEOUT               20000
index b8fdede..d022faa 100644 (file)
@@ -18,7 +18,7 @@
 #define PHYS_SDRAM                     0x40000000
 #define PHYS_SDRAM_SIZE                        0x20000000 /* Minimum 512 MiB DDR */
 
-#define CONFIG_MXC_UART_BASE           UART1_BASE_ADDR
+#define CFG_MXC_UART_BASE              UART1_BASE_ADDR
 
 /* PHY needs a longer autonegotiation timeout after reset */
 #define PHY_ANEG_TIMEOUT               20000
index e4e24b5..495ca31 100644 (file)
 #define PHYS_SDRAM_2_SIZE              0x80000000      /* 2 GB */
 #endif
 
-#define CONFIG_MXC_UART_BASE           UART3_BASE_ADDR
+#define CFG_MXC_UART_BASE              UART3_BASE_ADDR
 
 #define CFG_SYS_FSL_USDHC_NUM  2
 #define CFG_SYS_FSL_ESDHC_ADDR 0
index f7ae1b4..828bd67 100644 (file)
@@ -54,7 +54,7 @@
 #define PHYS_SDRAM                      0x40000000
 #define PHYS_SDRAM_SIZE                                        0x40000000 /* 1 GB DDR */
 
-#define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(1)
+#define CFG_MXC_UART_BASE              UART_BASE_ADDR(1)
 
 #define CFG_SYS_FSL_USDHC_NUM          2
 #define CFG_SYS_FSL_ESDHC_ADDR       0
index 4b46321..a7a5190 100644 (file)
@@ -59,7 +59,7 @@
 #define PHYS_SDRAM                      0x40000000
 #define PHYS_SDRAM_SIZE                        0xC0000000 /* 3GB DDR */
 
-#define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(1)
+#define CFG_MXC_UART_BASE              UART_BASE_ADDR(1)
 
 #define CFG_SYS_FSL_USDHC_NUM  2
 #define CFG_SYS_FSL_ESDHC_ADDR       0
index 6d0c453..bfde15e 100644 (file)
@@ -92,7 +92,7 @@
 #define PHYS_SDRAM                      0x40000000
 #define PHYS_SDRAM_SIZE                        0x40000000 /* 1GB DDR */
 
-#define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(1)
+#define CFG_MXC_UART_BASE              UART_BASE_ADDR(1)
 
 #define CFG_SYS_FSL_USDHC_NUM  2
 #define CFG_SYS_FSL_ESDHC_ADDR       0
index e3ae910..4354f39 100644 (file)
@@ -22,7 +22,7 @@
 #define CFG_SYS_UBOOT_BASE             CONFIG_TEXT_BASE
 
 /* Board and environment settings */
-#define CONFIG_MXC_UART_BASE           UART4_BASE
+#define CFG_MXC_UART_BASE              UART4_BASE
 
 #ifdef CONFIG_USB_EHCI_HCD
 #define CONFIG_MXC_USB_PORTSC          (PORT_PTS_UTMI | PORT_PTS_PTW)
index 5a3c9f7..bf590ef 100644 (file)
@@ -67,7 +67,7 @@
 #define PHYS_SDRAM                      0x40000000
 #define PHYS_SDRAM_SIZE                        0xC0000000 /* 3GB DDR */
 
-#define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(3)
+#define CFG_MXC_UART_BASE              UART_BASE_ADDR(3)
 
 #define CFG_SYS_FSL_USDHC_NUM  2
 #define CFG_SYS_FSL_ESDHC_ADDR       0
index 7417f85..9e4d373 100644 (file)
 #define CONSOLE_ON_UART1
 
 #ifdef CONSOLE_ON_UART1
-#define CONFIG_MXC_UART_BASE           UART1_BASE_ADDR
+#define CFG_MXC_UART_BASE              UART1_BASE_ADDR
 #define CONSOLE_UART_CLK               0
 #define CONSOLE                "ttymxc0"
 #elif defined(CONSOLE_ON_UART2)
-#define CONFIG_MXC_UART_BASE           UART2_BASE_ADDR
+#define CFG_MXC_UART_BASE              UART2_BASE_ADDR
 #define CONSOLE_UART_CLK               1
 #define CONSOLE                "ttymxc1"
 #elif defined(CONSOLE_ON_UART3)
-#define CONFIG_MXC_UART_BASE           UART3_BASE_ADDR
+#define CFG_MXC_UART_BASE              UART3_BASE_ADDR
 #define CONSOLE_UART_CLK               2
 #define CONSOLE                "ttymxc2"
 #elif defined(CONSOLE_ON_UART4)
-#define CONFIG_MXC_UART_BASE           UART4_BASE_ADDR
+#define CFG_MXC_UART_BASE              UART4_BASE_ADDR
 #define CONSOLE_UART_CLK               3
 #define CONSOLE                "ttymxc3"
 #else
-#define CONFIG_MXC_UART_BASE           UART1_BASE_ADDR
+#define CFG_MXC_UART_BASE              UART1_BASE_ADDR
 #define CONSOLE_UART_CLK               0
 #define CONSOLE                "ttymxc0"
 #endif
index 0b8781d..63e5dbf 100644 (file)
@@ -13,7 +13,7 @@
 #include <linux/stringify.h>
 #include "mx6_common.h"
 
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 
 /* MMC Configs */
 #ifdef CONFIG_FSL_USDHC
index ee19c89..9aac567 100644 (file)
@@ -31,7 +31,7 @@
 /*
  * Serial Driver
  */
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 
 /*
  * MMC Driver
index 6cc4937..b64bf93 100644 (file)
@@ -17,7 +17,7 @@
  * mode from SD card (SD2)
  */
 
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 
 /* MMC Configuration */
 #define CFG_SYS_FSL_USDHC_NUM  2
index 1cd0b3c..c1c1fd5 100644 (file)
@@ -55,7 +55,7 @@
 #define PHYS_SDRAM_2                   0xc0000000
 #define PHYS_SDRAM_2_SIZE              0x0
 
-#define CONFIG_MXC_UART_BASE           UART2_BASE_ADDR
+#define CFG_MXC_UART_BASE              UART2_BASE_ADDR
 
 #define CFG_SYS_FSL_USDHC_NUM  2
 #define CFG_SYS_FSL_ESDHC_ADDR 0
index 740e357..123b7a5 100644 (file)
@@ -18,7 +18,7 @@
  * Hardware drivers
  */
 
-#define CONFIG_MXC_UART_BASE   UART1_BASE
+#define CFG_MXC_UART_BASE      UART1_BASE
 
 /* PMIC Controller */
 #define CFG_FSL_PMIC_BUS       0
index baffe65..1a3ec6e 100644 (file)
@@ -14,7 +14,7 @@
 
 #include <asm/arch/imx-regs.h>
 
-#define CONFIG_MXC_UART_BASE UART2_BASE
+#define CFG_MXC_UART_BASE UART2_BASE
 
 /* MMC Configs */
 #define CFG_SYS_FSL_ESDHC_ADDR 0
index 0ac93d6..d87f9e9 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <asm/arch/imx-regs.h>
 
-#define CONFIG_MXC_UART_BASE   UART1_BASE
+#define CFG_MXC_UART_BASE      UART1_BASE
 
 /* MMC Configs */
 #define CFG_SYS_FSL_ESDHC_ADDR 0
index d4af96b..871d52c 100644 (file)
@@ -19,7 +19,7 @@
 
 /* Command definition */
 
-#define CONFIG_MXC_UART_BASE   UART1_BASE
+#define CFG_MXC_UART_BASE      UART1_BASE
 
 #define CFG_EXTRA_ENV_SETTINGS \
        "som_rev=undefined\0" \
index f6d3b2e..b664962 100644 (file)
 
 #ifdef CONFIG_SERIAL_CONSOLE_UART1
 #if defined(CONFIG_MX6SL)
-#define CONFIG_MXC_UART_BASE           UART1_IPS_BASE_ADDR
+#define CFG_MXC_UART_BASE              UART1_IPS_BASE_ADDR
 #else
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 #endif
 #elif defined(CONFIG_SERIAL_CONSOLE_UART2)
-#define CONFIG_MXC_UART_BASE           UART2_BASE
+#define CFG_MXC_UART_BASE              UART2_BASE
 #else
 #error please define serial console (CONFIG_SERIAL_CONSOLE_UARTx)
 #endif
index 888da7c..274c14b 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef __MX6SABREAUTO_CONFIG_H
 #define __MX6SABREAUTO_CONFIG_H
 
-#define CONFIG_MXC_UART_BASE   UART4_BASE
+#define CFG_MXC_UART_BASE      UART4_BASE
 #define CONSOLE_DEV            "ttymxc3"
 
 /* USB Configs */
index 78a554d..af9978e 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef __MX6SABRESD_CONFIG_H
 #define __MX6SABRESD_CONFIG_H
 
-#define CONFIG_MXC_UART_BASE   UART1_BASE
+#define CFG_MXC_UART_BASE      UART1_BASE
 #define CONSOLE_DEV            "ttymxc0"
 
 #include "mx6sabre_common.h"
index 4fbd067..f6d9ac2 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "mx6_common.h"
 
-#define CONFIG_MXC_UART_BASE           UART1_IPS_BASE_ADDR
+#define CFG_MXC_UART_BASE              UART1_IPS_BASE_ADDR
 
 /* MMC Configs */
 #define CFG_SYS_FSL_ESDHC_ADDR USDHC2_BASE_ADDR
index cf4871c..aec3e51 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "mx6_common.h"
 
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 
 #define CFG_EXTRA_ENV_SETTINGS \
        "epdc_waveform=epdc_splash.bin\0" \
index 3399cdd..3d0f6e4 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "mx6_common.h"
 
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 
 #define CFG_EXTRA_ENV_SETTINGS \
        "script=boot.scr\0" \
index c99d99a..8c39e6d 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "mx6_common.h"
 
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 
 #ifdef CONFIG_IMX_BOOTAUX
 
index 5e3695e..3f8a90b 100644 (file)
@@ -15,7 +15,7 @@
 
 #define is_mx6ul_9x9_evk()     CONFIG_IS_ENABLED(TARGET_MX6UL_9X9_EVK)
 
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 
 /* MMC Configs */
 #ifdef CONFIG_FSL_USDHC
index 58d1a74..2c3cd32 100644 (file)
@@ -16,7 +16,7 @@
 
 #define PHYS_SDRAM_SIZE        SZ_512M
 
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 
 /* MMC Configs */
 #ifdef CONFIG_FSL_USDHC
index 4326182..0c0235b 100644 (file)
@@ -13,7 +13,7 @@
 #define CFG_SYS_FSL_USDHC_NUM  1
 
 /* Console configs */
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 
 /* MMC Configs */
 #define CFG_SYS_FSL_ESDHC_ADDR USDHC2_BASE_ADDR
index aca15be..5625771 100644 (file)
@@ -11,7 +11,7 @@
 
 #include "mx6_common.h"
 
-#define CONFIG_MXC_UART_BASE          UART2_BASE
+#define CFG_MXC_UART_BASE             UART2_BASE
 
 /* MMC Configs */
 #define CFG_SYS_FSL_ESDHC_ADDR      0
index 3ffb44a..7243549 100644 (file)
@@ -49,7 +49,7 @@
 #define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08
 
 /* UART */
-#define CONFIG_MXC_UART_BASE           UART2_BASE
+#define CFG_MXC_UART_BASE              UART2_BASE
 
 /* USB Configs */
 #ifdef CONFIG_CMD_USB
index 4b47e4f..24d7b0c 100644 (file)
@@ -13,7 +13,7 @@
 #define CFG_SYS_FSL_USDHC_NUM  1
 
 /* Console configs */
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 
 /* MMC Configs */
 #define CFG_SYS_FSL_ESDHC_ADDR USDHC2_BASE_ADDR
index 146f87e..e8c48cf 100644 (file)
@@ -22,7 +22,7 @@
 #define CFG_SYS_FSL_USDHC_NUM  1
 
 /* Console configs */
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 
 /* MMC Configs */
 
index 0890c11..bd04268 100644 (file)
@@ -22,7 +22,7 @@
 #define MMC_ROOTFS_PART                2
 
 /* Console configs */
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 
 /* MMC Configs */
 
index e1f7b70..a1d0dd9 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "mx6_common.h"
 
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 
 /* MMC Configuration */
 #define CFG_SYS_FSL_ESDHC_ADDR USDHC3_BASE_ADDR
index 1cb8fa6..64e0a55 100644 (file)
@@ -17,7 +17,7 @@
 
 #define CFG_FEC_MXC_PHYADDR            0x1
 
-#define CONFIG_MXC_UART_BASE           UART6_BASE_ADDR
+#define CFG_MXC_UART_BASE              UART6_BASE_ADDR
 
 /* MMC Configs */
 #define CFG_SYS_FSL_ESDHC_ADDR USDHC1_BASE_ADDR
index 7fc6211..dbeaeea 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "mx7_common.h"
 
-#define CONFIG_MXC_UART_BASE           UART5_IPS_BASE_ADDR
+#define CFG_MXC_UART_BASE              UART5_IPS_BASE_ADDR
 
 /* MMC Config */
 #define CFG_SYS_FSL_ESDHC_ADDR 0
index 37ade71..4b602ea 100644 (file)
@@ -71,7 +71,7 @@
 #define PHYS_SDRAM                     0x40000000
 #define PHYS_SDRAM_SIZE                        0x80000000      /* 2 GiB DDR */
 
-#define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(1)
+#define CFG_MXC_UART_BASE              UART_BASE_ADDR(1)
 
 #define CFG_SYS_FSL_USDHC_NUM  2
 #define CFG_SYS_FSL_ESDHC_ADDR 0
index a5f14dc..b587142 100644 (file)
@@ -11,7 +11,7 @@
 
 #define CFG_FEC_MXC_PHYADDR            0x03
 
-#define CONFIG_MXC_UART_BASE           UART2_BASE
+#define CFG_MXC_UART_BASE              UART2_BASE
 #define CONSOLE_DEV            "ttymxc1"
 
 #endif /* __CONFIG_TQMA6_MBA6_H */
index 34c9b6a..e06fc7f 100644 (file)
@@ -10,7 +10,7 @@
 #define CFG_FEC_MXC_PHYADDR            0x01
 
 /* UART */
-#define CONFIG_MXC_UART_BASE           UART4_BASE
+#define CFG_MXC_UART_BASE              UART4_BASE
 #define CONSOLE_DEV            "ttymxc3"
 
 /* Watchdog */
index f0092ef..d85cf78 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "mx6_common.h"
 
-#define CONFIG_MXC_UART_BASE           UART2_BASE
+#define CFG_MXC_UART_BASE              UART2_BASE
 
 /* MMC Configuration */
 #define CFG_SYS_FSL_ESDHC_ADDR 0
index 5d7d734..842abb7 100644 (file)
@@ -16,7 +16,7 @@
 #define CFG_SYS_FSL_ESDHC_ADDR USDHC2_BASE_ADDR
 
 /* Command definition */
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 
 /* Linux only */
 #define CFG_EXTRA_ENV_SETTINGS \
index 1170614..00b45cc 100644 (file)
@@ -17,7 +17,7 @@
 /* U-Boot general configurations */
 
 /* UART */
-#define CONFIG_MXC_UART_BASE   UART1_BASE
+#define CFG_MXC_UART_BASE      UART1_BASE
 
 /* SD/MMC */
 #define CFG_SYS_FSL_ESDHC_ADDR 0
index cdd2eee..7954ed9 100644 (file)
@@ -50,7 +50,7 @@
 #endif
 
 #ifdef CONFIG_SPL_BUILD
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 #endif
 
 #endif                         /* __CONFIG_H */
index 1e76543..8853bcd 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "mx6_common.h"
 
-#define CONFIG_MXC_UART_BASE           UART1_BASE
+#define CFG_MXC_UART_BASE              UART1_BASE
 
 /* MMC Configuration */
 #define CFG_SYS_FSL_USDHC_NUM  2
index 96996ac..c8ae047 100644 (file)
@@ -10,7 +10,7 @@
 #include "mx6_common.h"
 #include <asm/mach-imx/gpio.h>
 
-#define CONFIG_MXC_UART_BASE           MX6UL_UART7_BASE_ADDR
+#define CFG_MXC_UART_BASE              MX6UL_UART7_BASE_ADDR
 
 /* MMC Configs */
 #define CFG_SYS_FSL_ESDHC_ADDR USDHC2_BASE_ADDR