mirror of https://github.com/thesofproject/sof.git
Revert "TGL: enable CONFIG_INCOHERENT correctly"
This reverts commit e4a5359440
.
we need to bring the daily tests back to normal, reverting until the
issue is fixed.
Nothing personal or agenda-based, it's just standard CI practice to
revert what broke the mainline - even more important to do so before
the week-end stress tests.
BugLink: https://github.com/thesofproject/sof/issues/6075
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
parent
db655bd3cf
commit
9d37a33335
|
@ -9,3 +9,4 @@ CONFIG_HP_MEMORY_BANKS=30
|
|||
CONFIG_L1_DRAM=y
|
||||
CONFIG_L1_DRAM_MEMORY_BANKS=8
|
||||
CONFIG_L1_DRAM_MEMORY_BANK_SIZE=8192
|
||||
CONFIG_INCOHERENT=y
|
||||
|
|
|
@ -4,3 +4,4 @@ CONFIG_INTEL_SSP=y
|
|||
CONFIG_INTEL_ALH=y
|
||||
CONFIG_LP_MEMORY_BANKS=1
|
||||
CONFIG_HP_MEMORY_BANKS=46
|
||||
CONFIG_INCOHERENT=y
|
||||
|
|
|
@ -156,7 +156,6 @@ config TIGERLAKE
|
|||
select XT_WAITI_DELAY
|
||||
select NO_SECONDARY_CORE_ROM
|
||||
select CAVS_USE_LPRO_IN_WAITI
|
||||
select INCOHERENT
|
||||
help
|
||||
Select if your target platform is Tigerlake-compatible
|
||||
|
||||
|
|
Loading…
Reference in New Issue