On 02/01/2013 19:48, Fabio Estevam wrote: > From: Fabio Estevam <[email protected]> > > Since this structure is not i.MX5x specific, remove the '5x' to make it more > generic. > > Signed-off-by: Fabio Estevam <[email protected]> > --- > 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: [email protected] ===================================================================== _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

