mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 21:24:21 +08:00
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>
This commit is contained in:
parent
e4f8d96423
commit
6e08385715
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user