mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00: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:
parent
b5981474f1
commit
2c629bd5c8
1 changed files with 0 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue