Fix murax xip bootloader

This commit is contained in:
Dolu1990 2020-01-12 13:27:45 +01:00 committed by GitHub
parent b290b25f7a
commit 061ebd1b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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