summaryrefslogtreecommitdiffstats
path: root/include/configs/exynos5250-dt.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-06-11 11:14:51 -0700
committerTom Rini <trini@ti.com>2013-06-26 10:18:56 -0400
commit5b7dcf311236f45ef9f2b1d6a72080bd3fe99ee5 (patch)
treedb9ecd4302f98096f270485d97c1135e96a1ae27 /include/configs/exynos5250-dt.h
parentca35a0cdf26ff25b4128822ad2554ebd03eb2d42 (diff)
downloadtalos-obmc-uboot-5b7dcf311236f45ef9f2b1d6a72080bd3fe99ee5.tar.gz
talos-obmc-uboot-5b7dcf311236f45ef9f2b1d6a72080bd3fe99ee5.zip
exynos: config: Add tracing options
Add tracing to Exynos5 boards, so that tracing can be enabled when building with 'make FTRACE=1'. We use a 16MB trace buffer. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/exynos5250-dt.h')
-rw-r--r--include/configs/exynos5250-dt.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h
index c104a3704f..e2a096b643 100644
--- a/include/configs/exynos5250-dt.h
+++ b/include/configs/exynos5250-dt.h
@@ -43,6 +43,14 @@
#define CONFIG_OF_CONTROL
#define CONFIG_OF_SEPARATE
+/* Allow tracing to be enabled */
+#define CONFIG_TRACE
+#define CONFIG_CMD_TRACE
+#define CONFIG_TRACE_BUFFER_SIZE (16 << 20)
+#define CONFIG_TRACE_EARLY_SIZE (8 << 20)
+#define CONFIG_TRACE_EARLY
+#define CONFIG_TRACE_EARLY_ADDR 0x50000000
+
/* Keep L2 Cache Disabled */
#define CONFIG_SYS_DCACHE_OFF
OpenPOWER on IntegriCloud