byt: use correct hifi2 EP version for BYT and CHT.

BYT and CHT have EP Hifi2 extension so enable it.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2017-12-04 20:08:39 +00:00
parent 474d6fbf76
commit f63c7897b9
3 changed files with 4 additions and 4 deletions

View File

@ -77,7 +77,7 @@ case "$with_platform" in
FW_NAME="byt"
AC_SUBST(FW_NAME)
XTENSA_CORE="hifi2_std"
XTENSA_CORE="hifiep_bd5"
AC_SUBST(XTENSA_CORE)
AC_DEFINE([CONFIG_BAYTRAIL], [1], [Configure for Baytrail])
@ -93,7 +93,7 @@ case "$with_platform" in
FW_NAME="cht"
AC_SUBST(FW_NAME)
XTENSA_CORE="hifi2_std"
XTENSA_CORE="hifiep_bd5"
AC_SUBST(XTENSA_CORE)
AC_DEFINE([CONFIG_CHERRYTRAIL], [1], [Configure for Cherrytrail])

View File

@ -176,7 +176,7 @@
#define XCHAL_SW_VERSION 1100002 /* sw version of this header */
#define XCHAL_CORE_ID "hifi2ep" /* alphanum core name
#define XCHAL_CORE_ID "hifiep_bd5" /* alphanum core name
(CoreID) set in the Xtensa
Processor Generator */

View File

@ -176,7 +176,7 @@
#define XCHAL_SW_VERSION 1100002 /* sw version of this header */
#define XCHAL_CORE_ID "hifi2ep" /* alphanum core name
#define XCHAL_CORE_ID "hifiep_bd5" /* alphanum core name
(CoreID) set in the Xtensa
Processor Generator */