From: Simon Glass Date: Thu, 14 Nov 2019 19:57:33 +0000 (-0700) Subject: common: Drop cpu_init() X-Git-Tag: v2025.01-rc5-pxa1908~2663^2~17 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=2c629bd5c85ac2bd72f75cb2bce1ac1e5c505a73;p=u-boot.git common: Drop cpu_init() This function is not defined anywhere. Drop it. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- diff --git a/include/common.h b/include/common.h index 4de05032b2..ce08bfe11f 100644 --- a/include/common.h +++ b/include/common.h @@ -64,8 +64,6 @@ typedef void (interrupt_handler_t)(void *); */ void hang (void) __attribute__ ((noreturn)); -int cpu_init(void); - #include /* common/main.c */