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:
ed3f5a3
)
sandbox: Add a prototype for cleanup_before_linux()
author
Simon Glass
<sjg@chromium.org>
Sun, 10 Nov 2013 17:27:07 +0000
(10:27 -0700)
committer
Simon Glass
<sjg@chromium.org>
Thu, 9 Jan 2014 00:26:01 +0000
(17:26 -0700)
This function is defined but has no prototype declaration. Add it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/include/asm/u-boot-sandbox.h
patch
|
blob
|
history
diff --git
a/arch/sandbox/include/asm/u-boot-sandbox.h
b/arch/sandbox/include/asm/u-boot-sandbox.h
index bed720cf81bfe5e79cd574d1d100ff13c5f1dc61..5707c2710d9fc1707ae25df940c82fe81260950f 100644
(file)
--- a/
arch/sandbox/include/asm/u-boot-sandbox.h
+++ b/
arch/sandbox/include/asm/u-boot-sandbox.h
@@
-23,4
+23,6
@@
int dram_init(void);
int sandbox_early_getopt_check(void);
int sandbox_main_loop_init(void);
+int cleanup_before_linux(void);
+
#endif /* _U_BOOT_SANDBOX_H_ */