diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-07-09 12:45:26 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2021-07-09 12:45:26 -0500 |
commit | ee1b9a2fce9aa252b841b47ec1bc5afb2b1cfd70 (patch) | |
tree | 782f55144797b5bc6e730bd07d46e88dc33da49d | |
parent | 25f3bbf74029fc98a2a56c8b83653f628ae63bdc (diff) | |
download | meta-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>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2021.04.bb | 2 |
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 | |||
8 | PROVIDES += "u-boot" | 8 | PROVIDES += "u-boot" |
9 | 9 | ||
10 | do_deploy_append_mx8m() { | 10 | do_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 |