Signed-off-by: Becky Bruce <[EMAIL PROTECTED]> --- include/common.h | 2 +- lib_generic/display_options.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/common.h b/include/common.h index 9193624..fd5adb3 100644 --- a/include/common.h +++ b/include/common.h @@ -204,7 +204,7 @@ void hang (void) __attribute__ ((noreturn)); /* */ phys_size_t 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 */ diff --git a/lib_generic/display_options.c b/lib_generic/display_options.c index 5ddd94f..a52fa04 100644 --- a/lib_generic/display_options.c +++ b/lib_generic/display_options.c @@ -42,7 +42,7 @@ int display_options (void) * print sizes as "xxx kB", "xxx.y kB", "xxx MB" or "xxx.y MB" as needed; * allow for optional trailing string (like "\n") */ -void print_size (ulong size, const char *s) +void print_size (phys_size_t size, const char *s) { ulong m, n; ulong d = 1 << 20; /* 1 MB */ -- 1.5.4.1 ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users