Re: [U-Boot] [PATCH 1/2] arm: add a weak function reset_cpu

2016-01-04 Thread Peng Fan
Hi Stefano, On Mon, Jan 04, 2016 at 09:59:10AM +0100, Stefano Babic wrote: >Hi Peng, > >On 04/01/2016 05:19, Peng Fan wrote: >> This commit 4bdcbe60a142b08eefccb0e326a37ba81d3389e8 removes reset_cpu which >> breaks SPL build when DEBUG macro defined. >> >> Introudce a weak function reset_cpu to

Re: [U-Boot] [PATCH 1/2] arm: add a weak function reset_cpu

2016-01-04 Thread Stefano Babic
Hi Peng, On 04/01/2016 05:19, Peng Fan wrote: > This commit 4bdcbe60a142b08eefccb0e326a37ba81d3389e8 removes reset_cpu which > breaks SPL build when DEBUG macro defined. > > Introudce a weak function reset_cpu to avoid build failure when > building SPL for i.MX with DEBUG enabled. > " >

[U-Boot] [PATCH 1/2] arm: add a weak function reset_cpu

2016-01-03 Thread Peng Fan
This commit 4bdcbe60a142b08eefccb0e326a37ba81d3389e8 removes reset_cpu which breaks SPL build when DEBUG macro defined. Introudce a weak function reset_cpu to avoid build failure when building SPL for i.MX with DEBUG enabled. " arch/arm/lib/built-in.o: In function `do_reset':