From 61b09fc2952dc636017df4e7970e3de132276ba1 Mon Sep 17 00:00:00 2001 From: Becky Bruce Date: Mon, 9 Jun 2008 20:37:17 -0500 Subject: Change print_size to take phys_size_t Signed-off-by: Becky Bruce --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/common.h b/include/common.h index 26e1b469a1..8fa339db76 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 */ -- cgit v1.2.1