Re: [U-Boot] [PATCH] arm/imx-common: Fix warning 'get_reset_cause' defined but not used

2015-05-19 Thread Stefano Babic
Hi Prabhakar, Eric, On 18/05/2015 16:44, Eric Nelson wrote: Hi Prabhakar, On 05/18/2015 04:43 AM, Prabhakar Kushwaha wrote: Fix below warning arch/arm/imx-common/cpu.c:29:14: warning: ‘get_reset_cause’ defined but not used static char *get_reset_cause(void) Signed-off-by: Prabhakar

Re: [U-Boot] [PATCH] arm/imx-common: Fix warning 'get_reset_cause' defined but not used

2015-05-19 Thread Stefano Babic
On 18/05/2015 13:43, Prabhakar Kushwaha wrote: Fix below warning arch/arm/imx-common/cpu.c:29:14: warning: ‘get_reset_cause’ defined but not used static char *get_reset_cause(void) Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Applied to u-boot-imx, thanks ! Best

Re: [U-Boot] [PATCH] arm/imx-common: Fix warning 'get_reset_cause' defined but not used

2015-05-18 Thread Eric Nelson
Hi Prabhakar, On 05/18/2015 04:43 AM, Prabhakar Kushwaha wrote: Fix below warning arch/arm/imx-common/cpu.c:29:14: warning: ‘get_reset_cause’ defined but not used static char *get_reset_cause(void) Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- arch/arm/imx-common/cpu.c

[U-Boot] [PATCH] arm/imx-common: Fix warning 'get_reset_cause' defined but not used

2015-05-18 Thread Prabhakar Kushwaha
Fix below warning arch/arm/imx-common/cpu.c:29:14: warning: ‘get_reset_cause’ defined but not used static char *get_reset_cause(void) Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- arch/arm/imx-common/cpu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git