public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/1] espresso7420: remove unused symbol CONFIG_DEFAULT_CONSOLE
@ 2020-09-05 10:02 Heinrich Schuchardt
  2020-09-05 10:55 ` Fwd: " Heinrich Schuchardt
  2020-09-06 19:00 ` Andre Heider
  0 siblings, 2 replies; 7+ messages in thread
From: Heinrich Schuchardt @ 2020-09-05 10:02 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2020-10-15  5:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-05 10:02 [PATCH 1/1] espresso7420: remove unused symbol CONFIG_DEFAULT_CONSOLE Heinrich Schuchardt
2020-09-05 10:55 ` Fwd: " Heinrich Schuchardt
2020-09-07  0:06   ` Thomas Abraham
2020-09-06 19:00 ` Andre Heider
2020-09-06 19:33   ` Heinrich Schuchardt
2020-09-07  5:10     ` Minkyu Kang
2020-10-15  5:36       ` Minkyu Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox