summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-07-09 12:45:26 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2021-07-09 12:45:26 -0500
commitee1b9a2fce9aa252b841b47ec1bc5afb2b1cfd70 (patch)
tree782f55144797b5bc6e730bd07d46e88dc33da49d /recipes-bsp
parent25f3bbf74029fc98a2a56c8b83653f628ae63bdc (diff)
downloadmeta-freescale-ee1b9a2fce9aa252b841b47ec1bc5afb2b1cfd70.tar.gz
u-boot-imx: Fix comment
A comment references mkimage but mkimage is no longer deployed. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2021.04.bb2
1 files changed, 1 insertions, 1 deletions
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 40772e2b..4ce4e5d2 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
8PROVIDES += "u-boot" 8PROVIDES += "u-boot"
9 9
10do_deploy_append_mx8m() { 10do_deploy_append_mx8m() {
11 # Deploy the mkimage, u-boot-nodtb.bin and fsl-imx8m*-XX.dtb for mkimage to generate boot binary 11 # Deploy u-boot-nodtb.bin and fsl-imx8m*-XX.dtb for mkimage to generate boot binary
12 if [ -n "${UBOOT_CONFIG}" ] 12 if [ -n "${UBOOT_CONFIG}" ]
13 then 13 then
14 for config in ${UBOOT_MACHINE}; do 14 for config in ${UBOOT_MACHINE}; do