]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/armv7/imx-common/cpu.c
mx53loco: Allow to print CPU information at a later stage
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / imx-common / cpu.c
index b96fa5bdb96ff945306da36e8a416c1d3e48dd38..b3195dd6fb2a9817d37f2d6e0e37b83833ed2d7b 100644 (file)
@@ -35,7 +35,7 @@
 #include <fsl_esdhc.h>
 #endif
 
-static char *get_reset_cause(void)
+char *get_reset_cause(void)
 {
        u32 cause;
        struct src *src_regs = (struct src *)SRC_BASE_ADDR;