[PATCH 09/13] x86: coreboot: Use a memory-mapped UART

Simon Glass sjg at chromium.org
Mon Feb 20 20:49:23 CET 2023


This is much more common on modern hardware, so default to using it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 include/configs/coreboot.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index f73004386fd..2775f8d76ce 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -19,6 +19,8 @@
 					"stdout=serial,vidconsole\0" \
 					"stderr=serial,vidconsole\0"
 
+#undef CONFIG_SYS_NS16550_PORT_MAPPED
+
 /* ATA/IDE support */
 
 #endif	/* __CONFIG_H */
-- 
2.39.2.637.g21b0678d19-goog



More information about the U-Boot mailing list