summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2004-12-15 16:09:06 +0000
committerStefan Reinauer <stepan@openbios.org>2004-12-15 16:09:06 +0000
commit42b37443ac4f66042a8472938b876e87f66270b4 (patch)
treeefa84f7561defe490ff76cf8f58a15771056111c /src/arch
parentb14e85111050c7290c1d2d8119f9950528106e4f (diff)
downloadcoreboot-42b37443ac4f66042a8472938b876e87f66270b4.tar.xz
shame on me.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1821 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/ppc/boot/linuxbios_table.h2
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 88a891445f..25b152cd8c 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,
- uint64_t type, uint64_t startk, uint64_t sizek);
+ uint32_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);