Skip to content

Commit

Permalink
Rename "imx8mm" to "imx8mm_evk"
Browse files Browse the repository at this point in the history
For consistency with seL4.

Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Jan 27, 2024
1 parent 96f3012 commit 29ad78b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class ConfigInfo:
}
),
BoardInfo(
name="imx8mm",
name="imx8mm_evk",
gcc_cpu="cortex-a53",
loader_link_address=0x41000000,
kernel_options={
Expand All @@ -104,7 +104,7 @@ class ConfigInfo:
"KernelArmExportPCNTUser": True,
},
examples={
"passive_server": Path("example/imx8mm/passive_server")
"passive_server": Path("example/imx8mm_evk/passive_server")
}
)
)
Expand Down

0 comments on commit 29ad78b

Please sign in to comment.