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:
1735772
)
sandbox: Increase the early-trace-buffer size
author
Simon Glass
<sjg@chromium.org>
Mon, 8 Apr 2019 19:20:46 +0000
(13:20 -0600)
committer
Simon Glass
<sjg@chromium.org>
Wed, 24 Apr 2019 02:26:43 +0000
(20:26 -0600)
This buffer is too small now that sandbox has grown in size. Increase it.
Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/sandbox.h
patch
|
blob
|
history
diff --git
a/include/configs/sandbox.h
b/include/configs/sandbox.h
index e36a5fec0ef2244f4b5beb667f87330e5b60f434..6dd03e31cfaa785a1408915ace8a3baaf603f674 100644
(file)
--- a/
include/configs/sandbox.h
+++ b/
include/configs/sandbox.h
@@
-9,7
+9,7
@@
#ifdef FTRACE
#define CONFIG_TRACE
#define CONFIG_TRACE_BUFFER_SIZE (16 << 20)
-#define CONFIG_TRACE_EARLY_SIZE (
8
<< 20)
+#define CONFIG_TRACE_EARLY_SIZE (
16
<< 20)
#define CONFIG_TRACE_EARLY
#define CONFIG_TRACE_EARLY_ADDR 0x00100000