projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbd18aa
)
tbs2910: add PRE_CONSOLE_BUFFER support
author
Soeren Moch
<smoch@web.de>
Fri, 29 May 2015 18:32:42 +0000
(20:32 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 9 Jun 2015 10:09:01 +0000
(12:09 +0200)
Add PRE_CONSOLE_BUFFER support to display early boot messages over HDMI.
Signed-off-by: Soeren Moch <smoch@web.de>
include/configs/tbs2910.h
patch
|
blob
|
history
diff --git
a/include/configs/tbs2910.h
b/include/configs/tbs2910.h
index eec024157f1ce707d17ea68ec12d523a449723e6..42e5821807493d06288a2aee72faf875f4f93bb9 100644
(file)
--- 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_MEMTEST