diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/common.h b/include/common.h index 26e1b469a..8fa339db7 100644 --- a/include/common.h +++ b/include/common.h @@ -204,7 +204,7 @@ void	hang		(void) __attribute__ ((noreturn));  /* */  long int initdram (int);  int	display_options (void); -void	print_size (ulong, const char *); +void	print_size (phys_size_t, const char *);  int	print_buffer (ulong addr, void* data, uint width, uint count, uint linelen);  /* common/main.c */ |