From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Sun, 4 Feb 2018 16:08:21 +0100 Subject: [U-Boot] [PATCH] configs: imx6q_logic: Move CONFIG_MXC_UART to Kconfig In-Reply-To: <1517756053-17288-1-git-send-email-aford173@gmail.com> References: <1517756053-17288-1-git-send-email-aford173@gmail.com> Message-ID: <032a3f01-7ef4-f720-a67f-c2da9bedfc3e@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > 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 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 =====================================================================