Re: [U-Boot] [PATCH] Odroid-XU3: Undefine TRACE CONFIGs in Odroid XU3

2015-03-12 Thread Inha Song
Hi, Simon, On Thu, 12 Mar 2015 15:11:05 -0700 Simon Glass wrote: > Hi, > > On 12 March 2015 at 00:27, Sjoerd Simons > wrote: > > > > 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

Re: [U-Boot] [PATCH] Odroid-XU3: Undefine TRACE CONFIGs in Odroid XU3

2015-03-12 Thread Simon Glass
Hi, On 12 March 2015 at 00:27, Sjoerd Simons wrote: > > 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

Re: [U-Boot] [PATCH] Odroid-XU3: Undefine TRACE CONFIGs in Odroid XU3

2015-03-12 Thread Sjoerd Simons
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-

[U-Boot] [PATCH] Odroid-XU3: Undefine TRACE CONFIGs in Odroid XU3

2015-03-11 Thread Inha Song
This patch undefines Trace configs in Odroidx XU3. Trace configs are defined in exynos5-common.h Signed-off-by: Inha Song --- 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 1