diff mbox series

[1/1] espresso7420: remove unused symbol CONFIG_DEFAULT_CONSOLE

Message ID b6f62afa-f813-43be-5758-613c21cda851@gmx.de
State Not Applicable
Delegated to: Tom Rini
Headers show
Series [1/1] espresso7420: remove unused symbol CONFIG_DEFAULT_CONSOLE | expand

Commit Message

Heinrich Schuchardt Sept. 5, 2020, 10:55 a.m. UTC
Hello Thomas,

I tried to send an U-Boot patch to Thomas Abraham
<thomas.ab@samsung.com>. But the email address thomas.ab@samsung.com
does not exist anymore.

I assume that you are the same person.

What shall happen with board/samsung/espresso7420/MAINTAINERS?

Best regards

Heinrich

-------- Forwarded Message --------
Subject: [PATCH 1/1] espresso7420: remove unused symbol
CONFIG_DEFAULT_CONSOLE
Date: Sat,  5 Sep 2020 12:02:10 +0200
From: Heinrich Schuchardt <xypron.glpk@gmx.de>
To: Thomas Abraham <thomas.ab@samsung.com>
CC: u-boot@lists.denx.de, Heinrich Schuchardt <xypron.glpk@gmx.de>

Symbol CONFIG_DEFAULT_CONSOLE in include/configs/espresso7420.h is not used
for espresso7420_defconfig.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 include/configs/espresso7420.h | 3 ---
 1 file changed, 3 deletions(-)

--
2.28.0

Comments

Thomas Abraham Sept. 7, 2020, 12:06 a.m. UTC | #1
Sorry, Heinrich. Unfortunately, we are not the same person.

Best regards,

Tom Abraham

On 9/5/20 6:55 AM, Heinrich Schuchardt wrote:
> Hello Thomas,
>
> I tried to send an U-Boot patch to Thomas Abraham
> <thomas.ab@samsung.com>. But the email address thomas.ab@samsung.com
> does not exist anymore.
>
> I assume that you are the same person.
>
> What shall happen with board/samsung/espresso7420/MAINTAINERS?
>
> Best regards
>
> Heinrich
>
> -------- Forwarded Message --------
> Subject: [PATCH 1/1] espresso7420: remove unused symbol
> CONFIG_DEFAULT_CONSOLE
> Date: Sat,  5 Sep 2020 12:02:10 +0200
> From: Heinrich Schuchardt <xypron.glpk@gmx.de>
> To: Thomas Abraham <thomas.ab@samsung.com>
> CC: u-boot@lists.denx.de, Heinrich Schuchardt <xypron.glpk@gmx.de>
>
> Symbol CONFIG_DEFAULT_CONSOLE in include/configs/espresso7420.h is not used
> for espresso7420_defconfig.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  include/configs/espresso7420.h | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/include/configs/espresso7420.h b/include/configs/espresso7420.h
> index 5aeb009f03..2495db93f8 100644
> --- a/include/configs/espresso7420.h
> +++ b/include/configs/espresso7420.h
> @@ -18,9 +18,6 @@
>  #define CONFIG_SPL_STACK		CONFIG_IRAM_END
>  #define CONFIG_SYS_INIT_SP_ADDR		CONFIG_IRAM_END
>
> -/* select serial console configuration */
> -#define CONFIG_DEFAULT_CONSOLE	"console=ttySAC1,115200n8\0"
> -
>  /* DRAM Memory Banks */
>  #define SDRAM_BANK_SIZE		(256UL << 20UL)	/* 256 MB */
>
> --
> 2.28.0
>
diff mbox series

Patch

diff --git a/include/configs/espresso7420.h b/include/configs/espresso7420.h
index 5aeb009f03..2495db93f8 100644
--- a/include/configs/espresso7420.h
+++ b/include/configs/espresso7420.h
@@ -18,9 +18,6 @@ 
 #define CONFIG_SPL_STACK		CONFIG_IRAM_END
 #define CONFIG_SYS_INIT_SP_ADDR		CONFIG_IRAM_END

-/* select serial console configuration */
-#define CONFIG_DEFAULT_CONSOLE	"console=ttySAC1,115200n8\0"
-
 /* DRAM Memory Banks */
 #define SDRAM_BANK_SIZE		(256UL << 20UL)	/* 256 MB */