From 204f718fa3424df71497d54b8896ff9c2fe4aa4c Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 11 Nov 2004 21:30:50 +0000 Subject: fix a little more of ppc git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1781 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/ppc/boot/linuxbios_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/ppc/boot/linuxbios_table.c') diff --git a/src/arch/ppc/boot/linuxbios_table.c b/src/arch/ppc/boot/linuxbios_table.c index 0866639f1e..dd680bee72 100644 --- a/src/arch/ppc/boot/linuxbios_table.c +++ b/src/arch/ppc/boot/linuxbios_table.c @@ -129,7 +129,7 @@ void lb_strings(struct lb_header *header) } void lb_memory_range(struct lb_memory *mem, - uint32_t type, uint64_t start, uint64_t size) + uint32_t type, unsigned long start, unsigned long size) { int entries; entries = (mem->size - sizeof(*mem))/sizeof(mem->map[0]); -- cgit v1.2.3