Message ID | 1579594699-6838-1-git-send-email-weijie.gao@mediatek.com |
---|---|
State | Accepted |
Commit | 6e9281b5598abd221e466384b74867ca275795f2 |
Headers | show |
Series | Refactor the architecture parts of mt7628 | expand |
diff --git a/arch/mips/cpu/start.S b/arch/mips/cpu/start.S index f9805fa000..dd93df9e4a 100644 --- a/arch/mips/cpu/start.S +++ b/arch/mips/cpu/start.S @@ -71,8 +71,9 @@ move t0, k0 1: PTR_S zero, 0(t0) + PTR_ADDIU t0, PTRSIZE blt t0, t1, 1b - PTR_ADDIU t0, PTRSIZE + nop #if CONFIG_VAL(SYS_MALLOC_F_LEN) PTR_S sp, GD_MALLOC_BASE(k0) # gd->malloc_base offset