diff mbox series

[11/15] imx: imx8mn_bsh_smm_s2: drop CONFIG_MXC_UART_BASE

Message ID 20220430124317.17382-12-peng.fan@oss.nxp.com
State Superseded
Delegated to: Stefano Babic
Headers show
Series imx8m: convert to DM_SERIAL | expand

Commit Message

Peng Fan (OSS) April 30, 2022, 12:43 p.m. UTC
From: Peng Fan <peng.fan@nxp.com>

CONFIG_DM_SERIAL is enabled, this macro not needed.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 include/configs/imx8mn_bsh_smm_s2_common.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Michael Nazzareno Trimarchi April 30, 2022, 1:22 p.m. UTC | #1
Hi

Il sab 30 apr 2022, 14:02 Peng Fan (OSS) <peng.fan@oss.nxp.com> ha scritto:

> From: Peng Fan <peng.fan@nxp.com>
>
> CONFIG_DM_SERIAL is enabled, this macro not needed.
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  include/configs/imx8mn_bsh_smm_s2_common.h | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/include/configs/imx8mn_bsh_smm_s2_common.h
> b/include/configs/imx8mn_bsh_smm_s2_common.h
> index 6387576c2da..57be38d9433 100644
> --- a/include/configs/imx8mn_bsh_smm_s2_common.h
> +++ b/include/configs/imx8mn_bsh_smm_s2_common.h
> @@ -45,8 +45,6 @@
>  #define CONFIG_SYS_SDRAM_BASE          0x40000000
>  #define PHYS_SDRAM                     0x40000000
>
> -#define CONFIG_MXC_UART_BASE           UART4_BASE_ADDR
> -
>  /* Monitor Command Prompt */
>  #define CONFIG_SYS_CBSIZE              SZ_2K
>  #define CONFIG_SYS_MAXARGS             64
> --
> 2.36.0
>

Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>

Thank you


>
Peng Fan (OSS) May 3, 2022, 4:20 a.m. UTC | #2
Hi Stefano,

On 2022/4/30 20:43, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> CONFIG_DM_SERIAL is enabled, this macro not needed.

I squashed this patch to

"[PATCH V2] imx: drop CONFIG_MXC_UART_BASE"

Thanks,
Peng.

> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>   include/configs/imx8mn_bsh_smm_s2_common.h | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/include/configs/imx8mn_bsh_smm_s2_common.h b/include/configs/imx8mn_bsh_smm_s2_common.h
> index 6387576c2da..57be38d9433 100644
> --- a/include/configs/imx8mn_bsh_smm_s2_common.h
> +++ b/include/configs/imx8mn_bsh_smm_s2_common.h
> @@ -45,8 +45,6 @@
>   #define CONFIG_SYS_SDRAM_BASE		0x40000000
>   #define PHYS_SDRAM			0x40000000
>   
> -#define CONFIG_MXC_UART_BASE		UART4_BASE_ADDR
> -
>   /* Monitor Command Prompt */
>   #define CONFIG_SYS_CBSIZE		SZ_2K
>   #define CONFIG_SYS_MAXARGS		64
>
diff mbox series

Patch

diff --git a/include/configs/imx8mn_bsh_smm_s2_common.h b/include/configs/imx8mn_bsh_smm_s2_common.h
index 6387576c2da..57be38d9433 100644
--- a/include/configs/imx8mn_bsh_smm_s2_common.h
+++ b/include/configs/imx8mn_bsh_smm_s2_common.h
@@ -45,8 +45,6 @@ 
 #define CONFIG_SYS_SDRAM_BASE		0x40000000
 #define PHYS_SDRAM			0x40000000
 
-#define CONFIG_MXC_UART_BASE		UART4_BASE_ADDR
-
 /* Monitor Command Prompt */
 #define CONFIG_SYS_CBSIZE		SZ_2K
 #define CONFIG_SYS_MAXARGS		64