summaryrefslogtreecommitdiffstats
path: root/classes/image_types_fsl.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/image_types_fsl.bbclass')
-rw-r--r--classes/image_types_fsl.bbclass4
1 files 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 () {
145 "") 145 "")
146 ;; 146 ;;
147 *) 147 *)
148 bberror "Unkown IMAGE_BOOTLOADER value" 148 bberror "Unknown IMAGE_BOOTLOADER value"
149 exit 1 149 exit 1
150 ;; 150 ;;
151 esac 151 esac
@@ -283,7 +283,7 @@ generate_mxs_sdcard () {
283 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 283 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
284 ;; 284 ;;
285 *) 285 *)
286 bberror "Unkown IMAGE_BOOTLOADER value" 286 bberror "Unknown IMAGE_BOOTLOADER value"
287 exit 1 287 exit 1
288 ;; 288 ;;
289 esac 289 esac