mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
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>
This commit is contained in:
@@ -79,6 +79,7 @@ enum imximage_cmd {
|
||||
CMD_LOADER,
|
||||
CMD_SECOND_LOADER,
|
||||
CMD_DDR_FW,
|
||||
CMD_ROM_VERSION,
|
||||
};
|
||||
|
||||
enum imximage_fld_types {
|
||||
|
Reference in New Issue
Block a user