mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
common: Drop cpu_init()
This function is not defined anywhere. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -64,8 +64,6 @@ typedef void (interrupt_handler_t)(void *);
|
||||
*/
|
||||
void hang (void) __attribute__ ((noreturn));
|
||||
|
||||
int cpu_init(void);
|
||||
|
||||
#include <display_options.h>
|
||||
|
||||
/* common/main.c */
|
||||
|
||||
Reference in New Issue
Block a user