]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc8260/start.S
* Patch by Dave Ellis, 22 May 2003:
[karo-tx-uboot.git] / cpu / mpc8260 / start.S
index d79c5789f78d5f7117ec63a10753d31215b71420..9ceb70495558e6469d8a28195aa67b21df024af1 100644 (file)
@@ -67,7 +67,7 @@
        GOT_ENTRY(transfer_to_handler)
 
        GOT_ENTRY(_end)
-       GOT_ENTRY(.bss)
+       GOT_ENTRY(__bss_start)
 #if defined(CONFIG_HYMOD)
        GOT_ENTRY(environment)
 #endif
@@ -987,7 +987,7 @@ clear_bss:
        /*
         * Now clear BSS segment
         */
-       lwz     r3,GOT(.bss)
+       lwz     r3,GOT(__bss_start)
 #if defined(CONFIG_HYMOD)
        /*
         * For HYMOD - the environment is the very last item in flash.