commit | 831aa54daee068a6007b755fa39ff937e35c4708 | [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 | a749ae0b3763695311511f66fa4482389d18b914 [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>