Skip to content
Snippets Groups Projects
Commit f05c37e1 authored by Troy Kisky's avatar Troy Kisky
Browse files

Makefile: test for CONFIG_IMX8MN

parent a7c06e83
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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