Fix raw image addresses

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-02-13 18:48:33 +01:00
parent 0b4ab8e54a
commit 10f6389453
4 changed files with 7 additions and 5 deletions

View file

@ -118,7 +118,7 @@ prom_call:
boot_continue:
mov %o7, PIC_REG /* PIC base */
sethi %hi(SCRATCH_PAD), %l1 /* OF argument slots */
sethi %hi(SCRATCH_PAD_BOOT), %l1 /* OF argument slots */
/* Find the /chosen node so we can fetch the stdout handle,
* and thus perform console output.