CMake: add missing CONFIG_PLAT_IMX7

Signed-off-by: Axel Heider <axelheider@gmx.de>
This commit is contained in:
Axel Heider 2020-09-23 02:16:50 +02:00 committed by Oliver Scott
parent a5c2d51386
commit edf5c089db

View file

@ -9,6 +9,7 @@ cmake_minimum_required(VERSION 3.7.2)
declare_platform(imx7 KernelPlatImx7 PLAT_IMX7_SABRE KernelSel4ArchAarch32)
if(KernelPlatImx7)
config_set(KernelPlatImx7 PLAT_IMX7 ON)
declare_seL4_arch(aarch32)
set(KernelArmCortexA7 ON)
set(KernelArchArmV7a ON)