summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_dsp.h
diff options
context:
space:
mode:
authorBing Song <bing.song@nxp.com>2020-10-27 16:47:30 +0800
committerBing Song <bing.song@nxp.com>2020-10-28 09:13:04 +0800
commit4b01de37e58b5e9bef6816cad870eddfa9eb7792 (patch)
tree3a3e8b87c91f6406082173362e356b472c53f651 /sound/soc/fsl/fsl_dsp.h
parentc630a43169a26101410b9a35dfaa97267eae2e0d (diff)
MLK-24924-2 dsp: 8mp: change ocram layout for lpa
ATF put into the end of OCRAM on 8mp A1. Change the ocram layout for lpa. Signed-off-by: Bing Song <bing.song@nxp.com>
Diffstat (limited to 'sound/soc/fsl/fsl_dsp.h')
-rw-r--r--sound/soc/fsl/fsl_dsp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/fsl/fsl_dsp.h b/sound/soc/fsl/fsl_dsp.h
index 2e2c71890819..7515a91b867a 100644
--- a/sound/soc/fsl/fsl_dsp.h
+++ b/sound/soc/fsl/fsl_dsp.h
@@ -96,9 +96,6 @@ struct fsl_dsp {
void *ocram_vir_addr;
unsigned long ocram_phys_addr;
int ocram_reserved_size;
- void *ocram_e_vir_addr;
- unsigned long ocram_e_phys_addr;
- int ocram_e_reserved_size;
void *msg_buf_virt;
dma_addr_t msg_buf_phys;
int msg_buf_size;