]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-imx: Fix comment
authorTom Hochstein <tom.hochstein@nxp.com>
Fri, 9 Jul 2021 17:45:26 +0000 (12:45 -0500)
committerDaiane Angolini <daiane.angolini@foundries.io>
Sat, 11 Sep 2021 16:35:14 +0000 (13:35 -0300)
A comment references mkimage but mkimage is no longer deployed.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-bsp/u-boot/u-boot-imx_2021.04.bb

index 40772e2b056f58525f1ee65bef56f0f877987030..4ce4e5d2ec92b473ed0e03d2fe681f542bef0aaf 100644 (file)
@@ -8,7 +8,7 @@ require u-boot-imx-common_${PV}.inc
 PROVIDES += "u-boot"
 
 do_deploy_append_mx8m() {
-    # Deploy the mkimage, u-boot-nodtb.bin and fsl-imx8m*-XX.dtb for mkimage to generate boot binary
+    # Deploy u-boot-nodtb.bin and fsl-imx8m*-XX.dtb for mkimage to generate boot binary
     if [ -n "${UBOOT_CONFIG}" ]
     then
         for config in ${UBOOT_MACHINE}; do