diff options
author | Peng Fan <peng.fan@nxp.com> | 2018-10-16 04:50:30 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-10-22 13:01:27 +0200 |
commit | a2b96ece5be146f4995d737f047e5bbb76079b8f (patch) | |
tree | af073ae6b90dcac0396ccedcade989453a6984e0 /include/image.h | |
parent | d0dd73974c613650cb0c3d32a734a954cedc9f8a (diff) | |
download | u-boot-a2b96ece5be146f4995d737f047e5bbb76079b8f.tar.gz |
tools: add i.MX8/8X image support
i.MX8/8X bootable image type is container type.
The bootable image, containers a container set which supports two
container. The 1st container is for SECO firmware, the 2nd container
needs to include scfw, m4_0/1 image, ACore images per your requirement.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/image.h')
-rw-r--r-- | include/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h index 3bb7d29ef2..031c355b48 100644 --- a/include/image.h +++ b/include/image.h @@ -251,6 +251,7 @@ enum { IH_TYPE_FLATDT, /* Binary Flat Device Tree Blob */ IH_TYPE_KWBIMAGE, /* Kirkwood Boot Image */ IH_TYPE_IMXIMAGE, /* Freescale IMXBoot Image */ + IH_TYPE_IMX8IMAGE, /* Freescale IMX8Boot Image */ IH_TYPE_UBLIMAGE, /* Davinci UBL Image */ IH_TYPE_OMAPIMAGE, /* TI OMAP Config Header Image */ IH_TYPE_AISIMAGE, /* TI Davinci AIS Image */ |