arch: xtensa: remove level 6 irq define from xtos

We don't have any platform with level 6 interrupt support.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2019-07-17 12:47:30 +02:00 committed by Tomasz Lauda
parent 7299afe35c
commit 16df30a73d
1 changed files with 0 additions and 8 deletions

View File

@ -11,15 +11,7 @@ set(VECTOR_DEFS
-D__SPLIT__level5
)
if(CONFIG_APOLLOLAKE
OR CONFIG_CANNONLAKE
OR CONFIG_SUECREEK
OR CONFIG_ICELAKE)
set(VECTOR_DEFS ${VECTOR_DEFS} -D__SPLIT__level6)
endif()
# Builds lib for each level from the same source files
# TODO: should there be level 6 for apl+ ?
function(sof_xtos_add_level level)
set(lib_name "xlevel${level}")