mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
Change print_size to take phys_size_t
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
b57ca3e128
commit
61b09fc295
@@ -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 */
|
||||
|
Reference in New Issue
Block a user