Skip to content
Snippets Groups Projects
Commit 47e6dd48 authored by Ye Li's avatar Ye Li
Browse files

imx8ulp: Add A1 part image build


Add "REV=A1" to build option to select A1 Sentinel container image
For example: make SOC=iMX8ULP REV=A1 flash_singleboot_m33

Signed-off-by: default avatarYe Li <ye.li@nxp.com>
parent bd068a50
No related branches found
Tags imx_5.15.32_imx93_er1
No related merge requests found
......@@ -18,7 +18,8 @@ else
RENAME = rename
endif
AHAB_IMG = mx8ulpa0-ahab-container.img
LC_REVISION = $(shell echo $(REV) | tr ABC abc)
AHAB_IMG = mx8ulp$(LC_REVISION)-ahab-container.img
UPOWER_IMG = upower.bin
MCU_IMG = m33_image.bin
......
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