Skip to content
Snippets Groups Projects
Commit 841fc260 authored by Kent McLeod's avatar Kent McLeod
Browse files

spike/config.cmake: Use variable that is defined

At the stage where this is processed, Kernel32 hasn't been defined yet.
parent 90656268
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.7.2)
if(KernelPlatformSpike)
config_set(KernelPlatform PLAT "spike")
config_set(KernelPlatformFirstHartID FIRST_HART_ID 0)
if(Kernel32)
if(KernelSel4ArchRiscV32)
list(APPEND KernelDTSList "tools/dts/spike32.dts")
else()
list(APPEND KernelDTSList "tools/dts/spike.dts")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment