summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-01-02 08:48:34 +0000
committerStefano Babic <sbabic@denx.de>2013-01-28 06:49:51 +0100
commit6e08385715ac50922f6447d4774558d25443eba9 (patch)
tree7993524158272241c05f210e9a55876a20f2bb43 /tools
parente4f8d96423fed68d7a8c88a61ab9d15c34696737 (diff)
downloadtalos-obmc-uboot-6e08385715ac50922f6447d4774558d25443eba9.tar.gz
talos-obmc-uboot-6e08385715ac50922f6447d4774558d25443eba9.zip
tools: imximage: Let .name field be more generic
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/imximage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/imximage.c b/tools/imximage.c
index a93d7eb543..fa308c94b0 100644
--- a/tools/imximage.c
+++ b/tools/imximage.c
@@ -551,7 +551,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,
OpenPOWER on IntegriCloud