]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/common.h
85xx: Update multicore boot mechanism to ePAPR v0.81 spec
[karo-tx-uboot.git] / include / common.h
index f49607376aaad0520b53fe5a42a7ba5cf878ae14..39bcd307b58ab9d72df47b3be75b393d36798eaa 100644 (file)
@@ -673,7 +673,7 @@ void inline show_boot_progress (int val);
 #ifdef CONFIG_MP
 int cpu_status(int nr);
 int cpu_reset(int nr);
-int cpu_release(int nr, unsigned long boot_addr, int argc, char *argv[]);
+int cpu_release(int nr, int argc, char *argv[]);
 #endif
 
 #endif /* __COMMON_H_ */