
Hi, Fabio,
On Wed, May 11, 2011 at 8:03 PM, Fabio Estevam fabioestevam@yahoo.com wrote:
Hi Jason,
--- On Wed, 5/11/11, Jason Liu jason.hui@linaro.org wrote: ...
diff --git a/arch/arm/cpu/armv7/mx5/soc.c b/arch/arm/cpu/armv7/mx5/soc.c index 6f4e8db..9c03474 100644 --- a/arch/arm/cpu/armv7/mx5/soc.c +++ b/arch/arm/cpu/armv7/mx5/soc.c
...
This file is not MX53Loco specific, so it should be part of another patch.
mxc_get_clock(MXC_ARM_CLK) / 1000000); - printf("Reset cause: %s\n", get_reset_cause()); + printf("Reset cause: %s\n", get_reset_cause()); return 0;
What is the purpose of this change?
Just make the print looks good. Nothing else. I can remove it.
index f687503..2d7e9ed 100644 --- a/arch/arm/include/asm/arch-mx5/sys_proto.h +++ b/arch/arm/include/asm/arch-mx5/sys_proto.h
This file is not MX53Loco specific, so it should be part of another patch.
Will move to another file as Stefano suggest.
Jason
Regards,
Fabio Estevam