From f05c37e1f95c27710ea5e00046b76f195400df72 Mon Sep 17 00:00:00 2001 From: Troy Kisky <troy.kisky@boundarydevices.com> Date: Tue, 12 Nov 2019 13:24:25 -0800 Subject: [PATCH] Makefile: test for CONFIG_IMX8MN Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 4a8cf4d5d0e..2f393352ae8 100644 --- a/Makefile +++ b/Makefile @@ -1074,6 +1074,11 @@ SOC_CPU = iMX8MM TEE_LOAD_ADDR = 0xbe000000 ATF_LOAD_ADDR = 0x00920000 endif +ifdef CONFIG_IMX8MN +SOC_CPU = iMX8MN +TEE_LOAD_ADDR = 0xbe000000 +ATF_LOAD_ADDR = 0x00920000 +endif ifdef CONFIG_IMX8MQ SOC_CPU = iMX8MQ TEE_LOAD_ADDR = 0xfe000000 -- GitLab