[U-Boot] [PATCH 2/2] tbs2910: add PRE_CONSOLE_BUFFER support
Soeren Moch
smoch at web.de
Fri May 29 20:32:42 CEST 2015
Add PRE_CONSOLE_BUFFER support to display early boot messages over HDMI.
Signed-off-by: Soeren Moch <smoch at web.de>
---
Cc: Stefano Babic <sbabic at denx.de>
---
include/configs/tbs2910.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h
index 2d0de45..f915b18 100644
--- a/include/configs/tbs2910.h
+++ b/include/configs/tbs2910.h
@@ -51,6 +51,10 @@
#define CONFIG_CONSOLE_MUX
#define CONFIG_CONS_INDEX 1
+#define CONFIG_PRE_CONSOLE_BUFFER
+#define CONFIG_PRE_CON_BUF_SZ 4096
+#define CONFIG_PRE_CON_BUF_ADDR 0x7C000000
+
/* *** Command definition *** */
#define CONFIG_CMD_BMODE
#define CONFIG_CMD_SETEXPR
--
1.9.1
More information about the U-Boot
mailing list