summaryrefslogtreecommitdiffstats
path: root/arch/ppc/coffboot/main.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
commitc7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch)
tree3682407a599b8f9f03fc096298134cafba1c9b2f /arch/ppc/coffboot/main.c
parent1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff)
o Merge with Linux 2.1.116.
o New Newport console code. o New G364 console code.
Diffstat (limited to 'arch/ppc/coffboot/main.c')
-rw-r--r--arch/ppc/coffboot/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/coffboot/main.c b/arch/ppc/coffboot/main.c
index e70844b62..51e931f5e 100644
--- a/arch/ppc/coffboot/main.c
+++ b/arch/ppc/coffboot/main.c
@@ -50,6 +50,7 @@ coffboot(int a1, int a2, void *prom)
}
setup_bats(RAM_START);
+ loadbase += RAM_START;
eh = (struct external_filehdr *) loadbase;
ns = get_16be(eh->f_nscns);
oh = get_16be(eh->f_opthdr);