Skip to content
Snippets Groups Projects
Commit e2ee100f authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

sandbox: Support trace feature


Support tracing on sandbox by adding suitable CONFIG options. To enable it,
compile U-Boot with FTRACE=1.

The timer functions are marked to skip tracing, since these are called from
the tracing code itself, and we want to avoid an infinite loop.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 6c887b2a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment