]> git.sur5r.net Git - u-boot/blobdiff - tools/imximage.c
mac: Fix the condition check for setting the MAC from the EEPROM
[u-boot] / tools / imximage.c
index a93d7eb543a22df27a187e023c2eba030a670ea5..fa308c94b0e3f31cff28b45e61faef9264353af8 100644 (file)
@@ -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,