mirror of https://github.com/thesofproject/sof.git
Merge pull request #447 from tlauda/topic/fix_smp_build_cnl
arch: fix smp build on CNL and ICL
This commit is contained in:
commit
4dd67d5754
|
@ -230,7 +230,7 @@
|
|||
/* text and data share the same HP L2 SRAM on Cannonlake */
|
||||
#define SOF_TEXT_START 0xBE040400
|
||||
#define SOF_TEXT_BASE (SOF_TEXT_START)
|
||||
#define SOF_TEXT_SIZE (0x18000 - 0x400)
|
||||
#define SOF_TEXT_SIZE (0x1a000 - 0x400)
|
||||
|
||||
/* initialized data */
|
||||
#define SOF_DATA_START (SOF_TEXT_BASE + SOF_TEXT_SIZE)
|
||||
|
|
|
@ -230,7 +230,7 @@
|
|||
/* text and data share the same HP L2 SRAM on Icelake */
|
||||
#define SOF_TEXT_START 0xBE040400
|
||||
#define SOF_TEXT_BASE (SOF_TEXT_START)
|
||||
#define SOF_TEXT_SIZE (0x18000 - 0x400)
|
||||
#define SOF_TEXT_SIZE (0x1a000 - 0x400)
|
||||
|
||||
/* initialized data */
|
||||
#define SOF_DATA_START (SOF_TEXT_BASE + SOF_TEXT_SIZE)
|
||||
|
|
Loading…
Reference in New Issue