diff options
Diffstat (limited to 'src/arch/ppc/boot/tables.c')
-rw-r--r-- | src/arch/ppc/boot/tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/ppc/boot/tables.c b/src/arch/ppc/boot/tables.c index 7d8bd318ba..6fde37da24 100644 --- a/src/arch/ppc/boot/tables.c +++ b/src/arch/ppc/boot/tables.c @@ -21,7 +21,7 @@ write_tables(void) /* The linuxbios table must be in 0-4K or 960K-1M */ write_linuxbios_table( low_table_start, low_table_end, - rom_table_start >> 10, rom_table_end >> 10); + rom_table_start, rom_table_end); return get_lb_mem(); } |