config: intel: use PCH name for tigerlake

We switch to PCH-based names instead of CPU config names for tigerlake+
platforms, because we need to support multiple variants of PCHs based
on one CPU famile - for example TGL-H & TGL-LP.

Signed-off-by: Janusz Jankowski <janusz.jankowski@linux.intel.com>
This commit is contained in:
Janusz Jankowski 2020-09-22 19:07:36 +02:00 committed by Liam Girdwood
parent d9ce1cb48f
commit 15e03fd297
3 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ do
HAVE_ROM='yes'
;;
tgl)
PLATFORM="tigerlake"
PLATFORM="tgplp"
ARCH="xtensa-smp"
XTENSA_CORE="cavs2x_LX6HiFi3_2017_8"
HOST="xtensa-cnl-elf"