diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/common.h b/include/common.h index 9166ca1ed..825ab72c0 100644 --- a/include/common.h +++ b/include/common.h @@ -284,6 +284,8 @@ void flash_perror (int);  int	source (ulong addr, const char *fit_uname);  extern ulong load_addr;		/* Default Load Address */ +extern ulong save_addr;		/* Default Save Address */ +extern ulong save_size;		/* Default Save Size */  /* common/cmd_doc.c */  void	doc_probe(unsigned long physadr); |