Signed-off-by: Mario Domenech Goulart <[email protected]>
---
 classes/image_types_fsl.bbclass |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass
index c0fa9b6..9533578 100644
--- a/classes/image_types_fsl.bbclass
+++ b/classes/image_types_fsl.bbclass
@@ -145,7 +145,7 @@ generate_imx_sdcard () {
                "")
                ;;
                *)
-               bberror "Unkown IMAGE_BOOTLOADER value"
+               bberror "Unknown IMAGE_BOOTLOADER value"
                exit 1
                ;;
        esac
@@ -283,7 +283,7 @@ generate_mxs_sdcard () {
                dd if=${DEPLOY_DIR_IMAGE}/bareboxenv-${MACHINE}.bin 
of=${SDCARD} conv=notrunc seek=$(expr ${IMAGE_ROOTFS_ALIGNMENT} \+ 
${BOOT_SPACE_ALIGNED} - ${BAREBOX_ENV_SPACE}) bs=1024
                ;;
                *)
-               bberror "Unkown IMAGE_BOOTLOADER value"
+               bberror "Unknown IMAGE_BOOTLOADER value"
                exit 1
                ;;
        esac
-- 
1.7.10.4

-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to