commit | 84b7711b6478a0c4c4287f69f89fe652dfdb664a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 24 09:26:39 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 05 09:23:15 2021 -0700 |
tree | 5e8d2b8951168676c3f8c27bf36f47b9dbbc399e | |
parent | 8bebcbb5b57a9ddf11bc075394ba88f4fa011975 [diff] |
trace: sandbox: Use only the Kconfig options At present there are Kconfig options for tracing, but sandbox uses plain #defines to set them. Correct this and make the tracing command default to enabled so that this is not needed. Signed-off-by: Simon Glass <sjg@chromium.org>