]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc8xx/start.S
* Patch by Dave Ellis, 22 May 2003:
[karo-tx-uboot.git] / cpu / mpc8xx / start.S
index 213c9a9bedd4cc77fad623b9e36b8dc780cb84be..3cd0d9ae748070ddb672ebda891b2b3c0a3f060b 100644 (file)
@@ -74,7 +74,7 @@
        GOT_ENTRY(transfer_to_handler)
 
        GOT_ENTRY(_end)
-       GOT_ENTRY(.bss)
+       GOT_ENTRY(__bss_start)
 #if defined(CONFIG_FADS) || defined(CONFIG_ICU862)
        GOT_ENTRY(environment)
 #endif
@@ -684,7 +684,7 @@ clear_bss:
        /*
         * Now clear BSS segment
         */
-       lwz     r3,GOT(.bss)
+       lwz     r3,GOT(__bss_start)
 #if defined(CONFIG_FADS) || defined(CONFIG_ICU862)
        /*
         * For the FADS - the environment is the very last item in flash.