• S
    sandbox: Support trace feature · e2ee100f
    Simon Glass 提交于
    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: NSimon Glass <sjg@chromium.org>
    e2ee100f
os.c 8.0 KB