]> code.ossystems Code Review - bsp/u-boot.git/commit
arm/imx-common: Fix warning 'get_reset_cause' defined but not used
authorPrabhakar Kushwaha <prabhakar@freescale.com>
Mon, 18 May 2015 11:43:52 +0000 (17:13 +0530)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 20 May 2015 14:01:14 +0000 (11:01 -0300)
commitc462c4025a635a31279cce69d0e043c42f69d82b
tree73dd422a336279c7880a505ca24735fc0ca25773
parent666a3dfc555a5d988bb76a2fcac25a745f9ae876
arm/imx-common: Fix warning 'get_reset_cause' defined but not used

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 <prabhakar@freescale.com>
Reviewed-by: Eric Nelson <eric.nelson@boundarydevices.com>
Acked-by: Stefano Babic <sbabic@denx.de>
arch/arm/imx-common/cpu.c