summaryrefslogtreecommitdiffstats
path: root/kexec/arch/sh/kexec-uImage-sh.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/arch/sh/kexec-uImage-sh.c')
-rw-r--r--kexec/arch/sh/kexec-uImage-sh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/sh/kexec-uImage-sh.c b/kexec/arch/sh/kexec-uImage-sh.c
index e9831653..130f12ca 100644
--- a/kexec/arch/sh/kexec-uImage-sh.c
+++ b/kexec/arch/sh/kexec-uImage-sh.c
@@ -13,7 +13,7 @@
int uImage_sh_probe(const char *buf, off_t len)
{
- return uImage_probe(buf, len, IH_ARCH_SH);
+ return uImage_probe_kernel(buf, len, IH_ARCH_SH);
}
int uImage_sh_load(int argc, char **argv, const char *buf, off_t len,