sh: Add support SH3 and SH7720
[oweals/u-boot.git] / cpu / i386 / start.S
index afcbb24520b0631cfa574f15cad688d9221df7de..1a54dd10e336197a09ebf74ccc2ef745a54f451d 100644 (file)
@@ -149,7 +149,7 @@ data_ok:
 .progress3:
 
        /* clear bss section in ram, size must be 4-byte aligned  */
-       movl    $_i386boot_bss_start, %eax        /* BSS start */
+       movl    $_i386boot_bss_start, %edi        /* MK_CHG BSS start */
        movl    $_i386boot_bss_size, %ecx         /* BSS size */
        movl    %ecx, %eax
        andl    $3, %eax