[U-Boot] [PATCH] Odroid-XU3: Undefine TRACE CONFIGs in Odroid XU3
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Thu Mar 12 08:27:57 CET 2015
On Thu, 2015-03-12 at 14:32 +0900, Inha Song wrote:
> This patch undefines Trace configs in Odroidx XU3.
> Trace configs are defined in exynos5-common.h
Would be great to explain why you want to disable trace on this specific
board but leave it enabled on all other exynos5 boards?
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 6170 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150312/686915a7/attachment.bin>
More information about the U-Boot
mailing list