diff mbox series

[U-Boot] configs: imx6q_logic: Move CONFIG_MXC_UART to Kconfig

Message ID 1517756053-17288-1-git-send-email-aford173@gmail.com
State Accepted
Commit 71abe5ac0079879d4142ca15d41d943e120acbf1
Delegated to: Tom Rini
Headers show
Series [U-Boot] configs: imx6q_logic: Move CONFIG_MXC_UART to Kconfig | expand

Commit Message

Adam Ford Feb. 4, 2018, 2:54 p.m. UTC
Since CONFIG_MXC_UART is already in Kconfig, move this from
the header to imx6q_logic_defconfig

Signed-off-by: Adam Ford <aford173@gmail.com>

Comments

Stefano Babic Feb. 4, 2018, 3:08 p.m. UTC | #1
On 04/02/2018 15:54, Adam Ford wrote:
> Since CONFIG_MXC_UART is already in Kconfig, move this from
> the header to imx6q_logic_defconfig
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> 
> diff --git a/configs/imx6q_logic_defconfig b/configs/imx6q_logic_defconfig
> index ec34047..23eff91 100644
> --- a/configs/imx6q_logic_defconfig
> +++ b/configs/imx6q_logic_defconfig
> @@ -42,3 +42,4 @@ CONFIG_PINCTRL=y
>  CONFIG_PINCTRL_IMX6=y
>  CONFIG_DM_PMIC_PFUZE100=y
>  CONFIG_DM_REGULATOR_PFUZE100=y
> +CONFIG_MXC_UART=y
> diff --git a/include/configs/imx6_logic.h b/include/configs/imx6_logic.h
> index 8b91a53..d45709e 100644
> --- a/include/configs/imx6_logic.h
> +++ b/include/configs/imx6_logic.h
> @@ -18,8 +18,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
>  #define CONFIG_SYS_FSL_USDHC_NUM       2
> 

Reviewed-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic
Tom Rini Feb. 8, 2018, 6:28 p.m. UTC | #2
On Sun, Feb 04, 2018 at 08:54:13AM -0600, Adam Ford wrote:

> Since CONFIG_MXC_UART is already in Kconfig, move this from
> the header to imx6q_logic_defconfig
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> Reviewed-by: Stefano Babic <sbabic@denx.de>
> 
> diff --git a/configs/imx6q_logic_defconfig b/configs/imx6q_logic_defconfig
> index ec34047..23eff91 100644

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/imx6q_logic_defconfig b/configs/imx6q_logic_defconfig
index ec34047..23eff91 100644
--- a/configs/imx6q_logic_defconfig
+++ b/configs/imx6q_logic_defconfig
@@ -42,3 +42,4 @@  CONFIG_PINCTRL=y
 CONFIG_PINCTRL_IMX6=y
 CONFIG_DM_PMIC_PFUZE100=y
 CONFIG_DM_REGULATOR_PFUZE100=y
+CONFIG_MXC_UART=y
diff --git a/include/configs/imx6_logic.h b/include/configs/imx6_logic.h
index 8b91a53..d45709e 100644
--- a/include/configs/imx6_logic.h
+++ b/include/configs/imx6_logic.h
@@ -18,8 +18,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
 #define CONFIG_SYS_FSL_USDHC_NUM       2