]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mx5: fix get_reset_cause
authorStefano Babic <sbabic@denx.de>
Mon, 2 Mar 2015 09:12:13 +0000 (10:12 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:10:29 +0000 (14:10 +0200)
commit6912a06ade7f61c944aaed8834bca89c24f598b2
treef9c48afb989639b02a5e8d7f68cc10be1f642896
parentb4836665d3bc05692b8a64553bb5ad4bb0159b5f
mx5: fix get_reset_cause

commit d9f43c8f5c1d7ed27c99a06be85a4bb64b2c73fb sets
get_reset_cause() as static, but this conflicts with mx5
where its prototype is in sys_proto.h.

Drop it from sys_proto.h and drop print_cpuinfo from mx53_loco,
factorizing the call for this board.

Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Jason Liu <jason.hui@linaro.org>
arch/arm/include/asm/arch-mx5/sys_proto.h
board/freescale/mx53loco/mx53loco.c
include/configs/mx53loco.h