diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-12-15 16:08:18 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-12-15 16:08:18 +0000 |
commit | b14e85111050c7290c1d2d8119f9950528106e4f (patch) | |
tree | 584696fefbc05b6039c3fd3c252ed8ebf7d75ce1 | |
parent | 140a3a11ad24d2f15430fc1dc5719c2d5c45eebf (diff) | |
download | coreboot-b14e85111050c7290c1d2d8119f9950528106e4f.tar.xz |
obviously broken
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1820 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/arch/ppc/boot/linuxbios_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/ppc/boot/linuxbios_table.h b/src/arch/ppc/boot/linuxbios_table.h index 27bb79c572..88a891445f 100644 --- a/src/arch/ppc/boot/linuxbios_table.h +++ b/src/arch/ppc/boot/linuxbios_table.h @@ -17,7 +17,7 @@ struct lb_record *lb_next_record(struct lb_record *rec); struct lb_record *lb_new_record(struct lb_header *header); struct lb_memory *lb_memory(struct lb_header *header); void lb_memory_range(struct lb_memory *mem, - uint32_t type, unsigned long startk, unsigned long sizek); + uint64_t type, uint64_t startk, uint64_t sizek); struct lb_mainboard *lb_mainboard(struct lb_header *header); unsigned long lb_table_fini(struct lb_header *header); |