summaryrefslogtreecommitdiff
path: root/include/configs/sandbox.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-11-07 22:59:40 -0500
committerTom Rini <trini@konsulko.com>2021-11-12 14:18:17 -0500
commit53b3df4e0c78a1662b9d2eeba05da17df2f7756e (patch)
tree98cc7cca12ec51b841551771694e94cce2bd69b4 /include/configs/sandbox.h
parentc7452991562b5491c12a3bd89131368518c2c000 (diff)
Convert CONFIG_TRACE et al to Kconfig
This converts the following to Kconfig: CONFIG_TRACE CONFIG_TRACE_BUFFER_SIZE CONFIG_TRACE_EARLY CONFIG_TRACE_EARLY_ADDR CONFIG_TRACE_EARLY_SIZE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r--include/configs/sandbox.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 24c9a84fa3..1f04b88689 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -6,14 +6,6 @@
#ifndef __CONFIG_H
#define __CONFIG_H
-#ifdef FTRACE
-#define CONFIG_TRACE
-#define CONFIG_TRACE_BUFFER_SIZE (16 << 20)
-#define CONFIG_TRACE_EARLY_SIZE (16 << 20)
-#define CONFIG_TRACE_EARLY
-#define CONFIG_TRACE_EARLY_ADDR 0x00100000
-#endif
-
#ifndef CONFIG_SPL_BUILD
#define CONFIG_IO_TRACE
#endif