[U-Boot] [PATCH v2 06/13] sandbox: Increase the early-trace-buffer size
Simon Glass
sjg at chromium.org
Mon Apr 8 19:20:46 UTC 2019
This buffer is too small now that sandbox has grown in size. Increase it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2:
- Add new patch to increase the early-trace-buffer size for sandbox
include/configs/sandbox.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index e36a5fec0ef..6dd03e31cfa 100644
--- 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
--
2.21.0.392.gf8f6787159e-goog
More information about the U-Boot
mailing list