diff options
author | Becky Bruce <becky.bruce@freescale.com> | 2008-06-09 20:37:17 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-06-12 00:55:43 +0200 |
commit | 61b09fc2952dc636017df4e7970e3de132276ba1 (patch) | |
tree | 3574cc54b798e03e5c7eda38a66368874634014e /include/common.h | |
parent | b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe (diff) | |
download | u-boot-imx-61b09fc2952dc636017df4e7970e3de132276ba1.zip u-boot-imx-61b09fc2952dc636017df4e7970e3de132276ba1.tar.gz u-boot-imx-61b09fc2952dc636017df4e7970e3de132276ba1.tar.bz2 |
Change print_size to take phys_size_t
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
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 26e1b46..8fa339d 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 */ |