[U-Boot] [PATCH 24/41] common: Drop cpu_init()
Simon Glass
sjg at chromium.org
Mon Sep 30 14:40:55 UTC 2019
This function is not defined anywhere. Drop it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
include/common.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/common.h b/include/common.h
index 4de05032b2b..ce08bfe11fe 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 <display_options.h>
/* common/main.c */
--
2.23.0.444.g18eeb5a265-goog
More information about the U-Boot
mailing list