
22 Apr
2019
22 Apr
'19
4:38 a.m.
Enable this by default so that tracing can be inspected if enabled. This cannot rely on the 'imply' in lib/Kconfig since this method of enabling tracing relates on an environment variable (FTRACE) and does not use Kconfig.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: - Add new patch to enable the 'trace' command on sandbox when needed
include/configs/sandbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-dm, thanks!