
On Sat, Dec 22, 2018 at 7:06 AM Andre Przywara andre.przywara@arm.com wrote:
At the moment "mkimage -T list" starts with two unknown entries, because their IH_TYPE_ name is not listed in the uimage_type table.
Add those two entries to get an OCD-compatible image type listing.
Signed-off-by: Andre Przywara andre.przywara@arm.com
common/image.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/common/image.c b/common/image.c index 0659133fcc..3ff713a521 100644 --- a/common/image.c +++ b/common/image.c @@ -140,7 +140,9 @@ static const table_entry_t uimage_type[] = { { IH_TYPE_KWBIMAGE, "kwbimage", "Kirkwood Boot Image",}, { IH_TYPE_IMXIMAGE, "imximage", "Freescale i.MX Boot Image",}, { IH_TYPE_IMX8IMAGE, "imx8image", "NXP i.MX8 Boot Image",},
{ IH_TYPE_IMX8MIMAGE, "imx8mimage", "NXP i.MX8M Boot Image",},
This change already in, 6609c2663c9c9699f3d279ccea599e5d18578b20