commit | bc8e5a43c2a1f8a0491b78acb432d9d6108a9d61 | [log] [tgz] |
---|---|---|
author | Stefano Babic <sbabic@denx.de> | Mon Mar 02 10:12:13 2015 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Thu Mar 05 10:29:27 2015 +0100 |
tree | ab0fe4181871aacdebe88ea7c28622b6d41f18ef | |
parent | 53a2ee58342bb45c3294add59d12b6c183048431 [diff] |
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>