From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Mon, 28 Jan 2013 06:50:26 +0100 Subject: [U-Boot] [PATCH] tools: imximage: Let .name field be more generic In-Reply-To: <1357152514-10522-1-git-send-email-festevam@gmail.com> References: <1357152514-10522-1-git-send-email-festevam@gmail.com> Message-ID: <510611A2.9080003@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/01/2013 19:48, Fabio Estevam wrote: > From: Fabio Estevam > > Since this structure is not i.MX5x specific, remove the '5x' to make it more > generic. > > Signed-off-by: Fabio Estevam > --- > tools/imximage.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/imximage.c b/tools/imximage.c > index 63f88b6..80ff66b 100644 > --- a/tools/imximage.c > +++ b/tools/imximage.c > @@ -544,7 +544,7 @@ int imximage_check_params(struct mkimage_params *params) > * imximage parameters > */ > static struct image_type_params imximage_params = { > - .name = "Freescale i.MX 5x Boot Image support", > + .name = "Freescale i.MX Boot Image support", > .header_size = sizeof(struct imx_header), > .hdr = (void *)&imximage_header, > .check_image_type = imximage_check_image_types, > Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================