From ee1b9a2fce9aa252b841b47ec1bc5afb2b1cfd70 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Fri, 9 Jul 2021 12:45:26 -0500 Subject: u-boot-imx: Fix comment A comment references mkimage but mkimage is no longer deployed. Signed-off-by: Tom Hochstein --- recipes-bsp/u-boot/u-boot-imx_2021.04.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/u-boot/u-boot-imx_2021.04.bb b/recipes-bsp/u-boot/u-boot-imx_2021.04.bb index 40772e2b0..4ce4e5d2e 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2021.04.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2021.04.bb @@ -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 -- cgit v1.2.3-54-g00ecf