From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 29 Dec 2018 06:39:47 -0700 Subject: [U-Boot] [PATCH 1/3] tools: mkimage: Add missing names for imx8mimage and loadables In-Reply-To: <20181222013422.16967-2-andre.przywara@arm.com> References: <20181222013422.16967-1-andre.przywara@arm.com> <20181222013422.16967-2-andre.przywara@arm.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 21 Dec 2018 at 18:36, Andre Przywara 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 > --- > common/image.c | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Simon Glass Would be good to have some tests for mkimage