tgl: Fix the MEU offset for MEU version less than 15.0.0.0

This patch fixes the MEU offset value to 1088 for the
MEU version less than 15.0.0.0.

Signed-off-by: Dharageswari R <dharageswari.r@intel.com>
This commit is contained in:
Dharageswari R 2020-07-06 13:39:19 -07:00 committed by Liam Girdwood
parent 5564a9029a
commit 9555b97665
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ if(MEU_PATH OR DEFINED MEU_NO_SIGN)
if(MEU_VERSION VERSION_LESS 12.0.0.1035)
set(MEU_OFFSET 1152)
elseif(MEU_VERSION VERSION_LESS 15.0.0.7041)
elseif(MEU_VERSION VERSION_LESS 15.0.0.0)
set(MEU_OFFSET 1088)
else()
set(MEU_OFFSET 1344)