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

CMake,fvp: Fix typos in FVP CMake config

- Use correct timer header file
- Use correct name for FVP target.
parent a603c7f8
No related branches found
No related tags found
No related merge requests found
......@@ -12,19 +12,19 @@
cmake_minimum_required(VERSION 3.7.2)
declare_platform(fvp KernelPlatformFVP-evk PLAT_FVP KernelSel4ArchAarch64)
declare_platform(fvp KernelPlatformFVP PLAT_FVP KernelSel4ArchAarch64)
if(KernelPlatformFVP)
declare_seL4_arch(aarch64)
set(KernelArmCortexA57 ON)
set(KernelArchArmV8a ON)
config_set(KernelPlatform PLAT "fvp")
config_set(KernelARMPlatform PLAT "fvp")
list(APPEND KernelDTSList "tools/dts/fvp.dts")
declare_default_headers(
TIMER_FREQUENCY 100000000llu
MAX_IRQ 207
INTERRUPT_CONTROLLER arch/machine/gic_v3.h
TIMER drivers/timer/arm_priv.h
TIMER drivers/timer/arm_generic.h
)
endif()
......
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