[U-Boot] [PATCH] Odroid-XU3: Undefine TRACE CONFIGs in Odroid XU3
Inha Song
ideal.song at samsung.com
Thu Mar 12 06:32:35 CET 2015
This patch undefines Trace configs in Odroidx XU3.
Trace configs are defined in exynos5-common.h
Signed-off-by: Inha Song <ideal.song at samsung.com>
---
include/configs/odroid_xu3.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h
index c395020..f427fe2 100644
--- a/include/configs/odroid_xu3.h
+++ b/include/configs/odroid_xu3.h
@@ -23,6 +23,11 @@
#define TZPC_BASE_OFFSET 0x10000
+/* TRACE configs are defined in exynos5-common */
+#undef CONFIG_TRACE
+#undef CONFIG_CMD_TRACE
+#undef CONFIG_TRACE_EARLY
+
#define CONFIG_CMD_MMC
#define CONFIG_NR_DRAM_BANKS 8
--
2.0.0.390.gcb682f8
More information about the U-Boot
mailing list