Fix murax xip bootloader
This commit is contained in:
parent
b290b25f7a
commit
061ebd1b2c
|
@ -49,6 +49,6 @@ spiWrite:
|
||||||
sw a0,CTRL_DATA(CTRL)
|
sw a0,CTRL_DATA(CTRL)
|
||||||
spiWrite_wait:
|
spiWrite_wait:
|
||||||
lw t0,CTRL_STATUS(CTRL)
|
lw t0,CTRL_STATUS(CTRL)
|
||||||
srli t0,t0,0x10
|
slli t0,t0,0x10
|
||||||
beqz t0,spiWrite_wait
|
beqz t0,spiWrite_wait
|
||||||
ret
|
ret
|
||||||
|
|
Loading…
Reference in New Issue