commit | 61b09fc2952dc636017df4e7970e3de132276ba1 | [log] [tgz] |
---|---|---|
author | Becky Bruce <becky.bruce@freescale.com> | Mon Jun 09 20:37:17 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Thu Jun 12 00:55:43 2008 +0200 |
tree | 3574cc54b798e03e5c7eda38a66368874634014e | |
parent | b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe [diff] [blame] |
Change print_size to take phys_size_t Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
diff --git a/include/common.h b/include/common.h index 26e1b46..8fa339d 100644 --- a/include/common.h +++ b/include/common.h
@@ -204,7 +204,7 @@ /* */ 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 */