mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-15 20:39:10 +01:00
x86: config: Add tracing options
Add configs to enable tracing when it is needed. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
d8819f94d5
commit
b5f3193734
1 changed files with 7 additions and 0 deletions
|
|
@ -168,6 +168,13 @@
|
|||
*/
|
||||
#include <config_cmd_default.h>
|
||||
|
||||
#define CONFIG_TRACE
|
||||
#define CONFIG_CMD_TRACE
|
||||
#define CONFIG_TRACE_BUFFER_SIZE (16 << 20)
|
||||
#define CONFIG_TRACE_EARLY_SIZE (8 << 20)
|
||||
#define CONFIG_TRACE_EARLY
|
||||
#define CONFIG_TRACE_EARLY_ADDR 0x01400000
|
||||
|
||||
#define CONFIG_CMD_BDI
|
||||
#define CONFIG_CMD_BOOTD
|
||||
#define CONFIG_CMD_CONSOLE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue