summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-04-12 12:58:15 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-04-12 13:10:00 -0300
commit2c312439350249a947dcd037c44509f6738e9636 (patch)
tree2a66deefab03f03f367d94ba4f7f69c75890f223
parent61e08e884308994cea6296eba875668684ceb56f (diff)
downloadmeta-freescale-2c312439350249a947dcd037c44509f6738e9636.tar.gz
imx-base.inc: fix typo in a comment
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/include/imx-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 4efaaa97..fabf6d38 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -586,7 +586,7 @@ WKS_FILE_DEPENDS ?= " \
586# 586#
587# Moving those derivatives to mainline BSP would require to set 587# Moving those derivatives to mainline BSP would require to set
588# UBOOT_PROVIDES_BOOT_CONTAINER to "1" and test if the U-Boot built 'flash.bin' 588# UBOOT_PROVIDES_BOOT_CONTAINER to "1" and test if the U-Boot built 'flash.bin'
589# binary is a workingreplacement. 589# binary is a working replacement.
590# 590#
591# NOTE: the results binary name of the boot container is set to 'imx-boot' 591# NOTE: the results binary name of the boot container is set to 'imx-boot'
592# for both NXP and Mainline BSP. 592# for both NXP and Mainline BSP.