diff --git a/u-boot/cpu/mips/start.S b/u-boot/cpu/mips/start.S index da3d6c5c6a..7e9fdb9ff2 100644 --- a/u-boot/cpu/mips/start.S +++ b/u-boot/cpu/mips/start.S @@ -314,7 +314,10 @@ do_reset_normal: sw t9, 0(t7) bne t8, t9, do_reset // if 0xb8050024 == 0x19 , go to do_cpld nop - b normal_path + li t9, 0xffffffff + sw t9, 0(t7) + b normal_path + nop do_reset: li t7, 0xb806001c // load reset register 0x1806001c