2004-12-28 Marco Gerards <metgerards@student.han.nl>

* boot/powerpc/ieee1275/crt0.S (_start): Don't set up the stack.

	* conf/powerpc-ieee1275.rmk (grub_emu_SOURCE): Remove
	`kern/powerpc/cache.S'.
This commit is contained in:
marco_g 2004-12-28 22:43:37 +00:00
parent 924b6140a1
commit 8514a1e003
4 changed files with 12 additions and 19 deletions

View file

@ -40,10 +40,6 @@
.align 2
.globl _start
_start:
lis 1, init_stack@ha
la 1, init_stack@l(1)
addi 1, 1, -32
li 2, 0
li 13, 0