diff --git a/Makefile b/Makefile index 4a8cf4d5d0ee6366745ea504cea7aaa2f6c1d296..2f393352ae8bf3e50e50fdb5637f03b35f873353 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