diff options
author | Peng Fan | 2019-09-16 03:09:39 +0000 |
---|---|---|
committer | Stefano Babic | 2019-11-05 10:27:18 +0100 |
commit | b8f168346b0bd8a53c5fd7f1981e997bf4e557e4 (patch) | |
tree | e0431853493d5cf925a212418cfa4f82067d4388 /include/imximage.h | |
parent | b1821376ee19635127c505bbb94cd3c186f702e8 (diff) |
tools: imx8mimage: add ROM VERSION
The IVT offset is changed on i.MX8MN. Use ROM_VERSION to pass the
v1 or v2 to mkimage.
v1 is for iMX8MQ and iMX8MM
v2 is for iMX8M Nano (iMX8MN)
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/imximage.h')
-rw-r--r-- | include/imximage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/imximage.h b/include/imximage.h index 544babb53ab..ace5cf8601e 100644 --- a/include/imximage.h +++ b/include/imximage.h @@ -79,6 +79,7 @@ enum imximage_cmd { CMD_LOADER, CMD_SECOND_LOADER, CMD_DDR_FW, + CMD_ROM_VERSION, }; enum imximage_fld_types { |