diff options
Diffstat (limited to 'security/smc/tf_dma.c')
-rw-r--r-- | security/smc/tf_dma.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/smc/tf_dma.c b/security/smc/tf_dma.c index a424dbb..ec1b1fa 100644 --- a/security/smc/tf_dma.c +++ b/security/smc/tf_dma.c @@ -99,6 +99,8 @@ void tf_dma_set_channel_common_params( dma_channel->src_fi = 0; dma_channel->dst_ei = 0; dma_channel->dst_fi = 0; + dma_channel->read_prio = 0; + dma_channel->write_prio = 0; dma_channel->sync_mode = OMAP_DMA_SYNC_FRAME; dma_channel->src_start = src_start; dma_channel->dst_start = dst_start; |