not needed when using init
authorGreg Watson <jarrah@users.sourceforge.net>
Sun, 9 Nov 2003 23:02:54 +0000 (23:02 +0000)
committerGreg Watson <jarrah@users.sourceforge.net>
Sun, 9 Nov 2003 23:02:54 +0000 (23:02 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1265 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/arch/ppc/lib/c_start.S

index e88ce67f8cff2f5cb356b02b1b5a6ee5bd269c5e..a3b963dbc6d80c27794602a32a91d9a05dcce28a 100644 (file)
@@ -15,6 +15,7 @@
 .globl _start
 
 _start:
+#if CONFIG_USE_INIT == 0
        /* 
         * init stack pointer to real ram now that memory is on
         */
@@ -106,3 +107,4 @@ __DTOR_LIST__:
 .globl __DTOR_END__
 __DTOR_END__:
         blr
+#endif