All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] configs: imx6q_logic: Move CONFIG_MXC_UART to Kconfig
@ 2018-02-04 14:54 Adam Ford
  2018-02-04 15:08 ` Stefano Babic
  2018-02-08 18:28 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Adam Ford @ 2018-02-04 14:54 UTC (permalink / raw)
  To: u-boot

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
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] configs: imx6q_logic: Move CONFIG_MXC_UART to Kconfig
  2018-02-04 14:54 [U-Boot] [PATCH] configs: imx6q_logic: Move CONFIG_MXC_UART to Kconfig Adam Ford
@ 2018-02-04 15:08 ` Stefano Babic
  2018-02-08 18:28 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2018-02-04 15:08 UTC (permalink / raw)
  To: u-boot

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

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] configs: imx6q_logic: Move CONFIG_MXC_UART to Kconfig
  2018-02-04 14:54 [U-Boot] [PATCH] configs: imx6q_logic: Move CONFIG_MXC_UART to Kconfig Adam Ford
  2018-02-04 15:08 ` Stefano Babic
@ 2018-02-08 18:28 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2018-02-08 18:28 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-02-08 18:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-04 14:54 [U-Boot] [PATCH] configs: imx6q_logic: Move CONFIG_MXC_UART to Kconfig Adam Ford
2018-02-04 15:08 ` Stefano Babic
2018-02-08 18:28 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.