]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/sa1100/start.S
Prepare for SoC rework of ARM code:
[people/ms/u-boot.git] / cpu / sa1100 / start.S
index 52f2c5d36e3ba40d1de957a31fe83954e6398057..08e41c7d793042d695388b78ee36b1039a9288a3 100644 (file)
@@ -160,7 +160,7 @@ clear_bss:
 clbss_l:str    r2, [r0]                /* clear loop...                    */
        add     r0, r0, #4
        cmp     r0, r1
-       bne     clbss_l
+       ble     clbss_l
 
        ldr     pc, _start_armboot
 
@@ -213,10 +213,10 @@ cpu_init_crit:
        /*
         * before relocating, we have to setup RAM timing
         * because memory timing is board-dependend, you will
-        * find a memsetup.S in your board directory.
+        * find a lowlevel_init.S in your board directory.
         */
        mov     ip,     lr
-       bl      memsetup
+       bl      lowlevel_init
        mov     lr,     ip
 
        /*