Skip to content
Snippets Groups Projects
Commit 88420cc8 authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

[C72NL] Insert c72 Nano Lite configuration

parent 21286ffc
No related branches found
No related tags found
No related merge requests found
......@@ -152,6 +152,11 @@ release:
{% set MACHINE = "seco-imx8mn-c72" %}
{% set DEFCONFIG = "seco_q7_c72n_edgehog" %}
{% set BUILD_DIR = "build_c72n" %}
{% elif 'c72nl' in machine %}
{% set PROCESSOR = "imx8mnl" %}
{% set MACHINE = "seco-imx8mnl-c72" %}
{% set DEFCONFIG = "seco_q7_c72nl_edgehog" %}
{% set BUILD_DIR = "build_c72nl" %}
{% elif 'c72m' in machine %}
{% set PROCESSOR = "imx8mm" %}
{% set MACHINE = "seco-imx8mm-c72" %}
......
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