mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 01:32:47 +02:00
Merge branch 'master' of /home/wd/git/u-boot/custodians
This commit is contained in:
@@ -229,6 +229,7 @@ extern ulong load_addr; /* Default Load Address */
|
||||
/* common/cmd_nvedit.c */
|
||||
int env_init (void);
|
||||
void env_relocate (void);
|
||||
int envmatch (uchar *, int);
|
||||
char *getenv (char *);
|
||||
int getenv_r (char *name, char *buf, unsigned len);
|
||||
int saveenv (void);
|
||||
@@ -280,6 +281,9 @@ int misc_init_r (void);
|
||||
/* common/exports.c */
|
||||
void jumptable_init(void);
|
||||
|
||||
/* api/api.c */
|
||||
void api_init (void);
|
||||
|
||||
/* common/memsize.c */
|
||||
long get_ram_size (volatile long *, long);
|
||||
|
||||
|
Reference in New Issue
Block a user