]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc83xx/start.S
ppc: Zap Hymod board
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc83xx / start.S
index 36724e5aa5361fa698b7c8191b49a42e693a2284..af75c63eb3fe34a90adf1417247bc0c6bb4e2326 100644 (file)
@@ -958,18 +958,7 @@ clear_bss:
         * Now clear BSS segment
         */
        lwz     r3,GOT(__bss_start)
-#if defined(CONFIG_HYMOD)
-       /*
-        * For HYMOD - the environment is the very last item in flash.
-        * The real .bss stops just before environment starts, so only
-        * clear up to that point.
-        *
-        * taken from mods for FADS board
-        */
-       lwz     r4,GOT(environment)
-#else
        lwz     r4,GOT(__bss_end)
-#endif
 
        cmplw   0, r3, r4
        beq     6f