提交 0c49a8c9 编写于 作者: J Jarkko Nikula 提交者: Mark Brown

ASoC: Intel: Move extended fw base and size fields in struct sst_pdata

Move fw_base and fw_size fields in struct sst_pdata under ACPI data for
clarifying that these are not related to firmware file but for platform
specific extended firmware area reserved by the BIOS.
Signed-off-by: NJarkko Nikula <jarkko.nikula@linux.intel.com>
Acked-by: NLiam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: NMark Brown <broonie@linaro.org>
上级 b47bd099
......@@ -147,12 +147,12 @@ struct sst_pdata {
u32 lpe_size;
u32 pcicfg_base;
u32 pcicfg_size;
u32 fw_base;
u32 fw_size;
int irq;
/* Firmware */
const char *fw_filename;
u32 fw_base;
u32 fw_size;
/* DMA */
u32 dma_base;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册