mirror of https://github.com/thesofproject/sof.git
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:
parent
5564a9029a
commit
9555b97665
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue