Browse Source

Disable 7A1000C DMA post write

Change-Id: I9d93d5227fa36f730a4e024c960039b4e608a4b5
master
wusheng 4 years ago
parent
commit
5f2983fa32
  1. 2
      pmon/arch/mips/ls7a/ls3a7a_ht_init.S

2
pmon/arch/mips/ls7a/ls3a7a_ht_init.S

@ -267,7 +267,7 @@ ls3a7a_ht_init:
li a1, 0x80000000
sw a1, (LS7A_HT_RX_WIN1_OFFSET+0)(t1)
#if 1 //enable DMA post write
#if 0 //enable DMA post write
bal ls7a_version
nop
beqz v0, 1f

Loading…
Cancel
Save