commit | e2ee100fd81043da51fb5e301ba9555ae3522869 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jun 11 11:14:44 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Wed Jun 26 10:16:41 2013 -0400 |
tree | 1931b8ee8fb8f0c59ff9b454be549ca0ad964cd5 | |
parent | 6c887b2acb1e97509cb4e4ee6aa13a5fb91ac3e8 [diff] |
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: Simon Glass <sjg@chromium.org>