X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fcommon.h;h=940161f1758b77cfa31984ed3b65bd28b208b47d;hb=20b016a33665f7b3ff875b4b7063180eb955f092;hp=60c79137e212c0eb6f22a7f6ef4305d6b8583275;hpb=487b5fa6deb1f02843dbc9a9ac792bb38ef4d52a;p=u-boot diff --git a/include/common.h b/include/common.h index 60c79137e2..940161f175 100644 --- a/include/common.h +++ b/include/common.h @@ -536,10 +536,10 @@ void show_activity(int arg); /* Multicore arch functions */ #ifdef CONFIG_MP -int cpu_status(int nr); -int cpu_reset(int nr); -int cpu_disable(int nr); -int cpu_release(int nr, int argc, char * const argv[]); +int cpu_status(u32 nr); +int cpu_reset(u32 nr); +int cpu_disable(u32 nr); +int cpu_release(u32 nr, int argc, char * const argv[]); #endif #else /* __ASSEMBLY__ */