From c1556ac427e14f9275da6526a621bb07546609b9 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Sat, 15 Nov 2003 15:15:01 +0000 Subject: need this code git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1281 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/ppc/lib/c_start.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/arch') diff --git a/src/arch/ppc/lib/c_start.S b/src/arch/ppc/lib/c_start.S index a3b963dbc6..3fcf840615 100644 --- a/src/arch/ppc/lib/c_start.S +++ b/src/arch/ppc/lib/c_start.S @@ -15,10 +15,10 @@ .globl _start _start: -#if CONFIG_USE_INIT == 0 /* * init stack pointer to real ram now that memory is on */ + li r0, 0 lis r1, _estack@ha addi r1, r1, _estack@l stwu r0,-64(r1) @@ -107,4 +107,3 @@ __DTOR_LIST__: .globl __DTOR_END__ __DTOR_END__: blr -#endif -- cgit v1.2.3