projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b598147
)
common: Drop cpu_init()
author
Simon Glass
<sjg@chromium.org>
Thu, 14 Nov 2019 19:57:33 +0000
(12:57 -0700)
committer
Tom Rini
<trini@konsulko.com>
Mon, 2 Dec 2019 23:23:13 +0000
(18:23 -0500)
This function is not defined anywhere. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/common.h
patch
|
blob
|
history
diff --git
a/include/common.h
b/include/common.h
index 4de05032b2b8fde8105f9ce319063984db00c77b..ce08bfe11fee0bf84035cbc4fbc52974bb79dd2d 100644
(file)
--- 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 */