From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] tools: imximage: Let .name field be more generic
Date: Mon, 28 Jan 2013 06:50:26 +0100 [thread overview]
Message-ID: <510611A2.9080003@denx.de> (raw)
In-Reply-To: <1357152514-10522-1-git-send-email-festevam@gmail.com>
On 02/01/2013 19:48, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> Since this structure is not i.MX5x specific, remove the '5x' to make it more
> generic.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> 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
=====================================================================
prev parent reply other threads:[~2013-01-28 5:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-02 18:48 [U-Boot] [PATCH] tools: imximage: Let .name field be more generic Fabio Estevam
2013-01-28 5:50 ` Stefano Babic [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=510611A2.9080003@denx.de \
--to=sbabic@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.