mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
missing doc_probe() prototype. Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
@@ -236,6 +236,9 @@ int autoscript (ulong addr, const char *fit_uname);
|
|||||||
|
|
||||||
extern ulong load_addr; /* Default Load Address */
|
extern ulong load_addr; /* Default Load Address */
|
||||||
|
|
||||||
|
/* common/cmd_doc.c */
|
||||||
|
void doc_probe(unsigned long physadr);
|
||||||
|
|
||||||
/* common/cmd_nvedit.c */
|
/* common/cmd_nvedit.c */
|
||||||
int env_init (void);
|
int env_init (void);
|
||||||
void env_relocate (void);
|
void env_relocate (void);
|
||||||
|
Reference in New Issue
Block a user