commit | 5c2aeac5ae3556fd75e63596740d9ce0faf7afa4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jun 11 11:14:41 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Wed Jun 26 10:16:41 2013 -0400 |
tree | 5e0b9a8affe35e9bb5dde69fec9bb93b5071ff25 | |
parent | cabcbb56c86f77d8b5cc57ae86d5fa6dc718f4f7 [diff] |
Support tracing in config.mk when enabled Use -finstrument-functions when tracing is enabled (make FTRACE=1). Tracing is not currently supported by SPL even if sufficient memory is available. When tracing is enabled, we #define FTRACE. This can be used by board config files to conditionally enable the tracing options. Signed-off-by: Simon Glass <sjg@chromium.org>