commit | 08c559179b8fdb8f7c76a97a47fed92b908127c3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 14 12:57:33 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 18:23:13 2019 -0500 |
tree | 5c8bb28bbff23b36d05e5d9d6895714ab4bef531 | |
parent | 33d1e7053e1cb3d52a526aabdbbcd1ef766603a5 [diff] |
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>
diff --git a/include/common.h b/include/common.h index 4de0503..ce08bfe 100644 --- a/include/common.h +++ b/include/common.h
@@ -64,8 +64,6 @@ */ void hang (void) __attribute__ ((noreturn)); -int cpu_init(void); - #include <display_options.h> /* common/main.c */