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:
2c5e3cc
)
BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
author
Wolfgang Denk
<wd@denx.de>
Mon, 8 Sep 2008 20:37:45 +0000
(22:37 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Mon, 8 Sep 2008 20:37:45 +0000
(22:37 +0200)
missing doc_probe() prototype.
Signed-off-by: Wolfgang Denk <wd@denx.de>
include/common.h
patch
|
blob
|
history
diff --git
a/include/common.h
b/include/common.h
index a394988b5ce998a4df93f9366ce28bc7e011e335..33c6e1087d13f91adbf6a3fad75fb6bb2bdb2f97 100644
(file)
--- a/
include/common.h
+++ b/
include/common.h
@@
-236,6
+236,9
@@
int autoscript (ulong addr, const char *fit_uname);
extern ulong load_addr; /* Default Load Address */
+/* common/cmd_doc.c */
+void doc_probe(unsigned long physadr);
+
/* common/cmd_nvedit.c */
int env_init (void);
void env_relocate (void);