Re: [U-Boot] [PATCH v2 3/4] x86: quark: Use reset_cpu()

2015-04-29 Thread Simon Glass
On 28 April 2015 at 22:08, Bin Meng wrote: > On Wed, Apr 29, 2015 at 10:11 AM, Simon Glass wrote: >> Now that reset_cpu() functions correctly, use it instead of directly >> accessing the port. >> >> Signed-off-by: Simon Glass >> Reviewed-by: Bin Meng >> --- >> >> Changes in v2: None >> >> arch

Re: [U-Boot] [PATCH v2 3/4] x86: quark: Use reset_cpu()

2015-04-28 Thread Bin Meng
On Wed, Apr 29, 2015 at 10:11 AM, Simon Glass wrote: > Now that reset_cpu() functions correctly, use it instead of directly > accessing the port. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: None > > arch/x86/cpu/quark/quark.c | 2 +- > 1 file changed, 1 inser

[U-Boot] [PATCH v2 3/4] x86: quark: Use reset_cpu()

2015-04-28 Thread Simon Glass
Now that reset_cpu() functions correctly, use it instead of directly accessing the port. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None arch/x86/cpu/quark/quark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/cpu/quark/quark.c b/arch/x8