mirror of https://github.com/thesofproject/sof.git
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:
parent
474d6fbf76
commit
f63c7897b9
|
@ -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])
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue