diff options
| -rw-r--r-- | meta-fsl-arm/classes/image_types_fsl.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-arm/classes/image_types_fsl.bbclass b/meta-fsl-arm/classes/image_types_fsl.bbclass index 5d213e51a..a6248f936 100644 --- a/meta-fsl-arm/classes/image_types_fsl.bbclass +++ b/meta-fsl-arm/classes/image_types_fsl.bbclass | |||
| @@ -66,7 +66,7 @@ IMAGE_CMD_sdcard () { | |||
| 66 | # Change partition type for mxs processor family | 66 | # Change partition type for mxs processor family |
| 67 | if [ "${SOC_FAMILY}" = "mxs" ]; then | 67 | if [ "${SOC_FAMILY}" = "mxs" ]; then |
| 68 | bbnote "Setting partition type to 0x53 as required for mxs' SoC family." | 68 | bbnote "Setting partition type to 0x53 as required for mxs' SoC family." |
| 69 | sed -i 's,.,\x53,450' ${SDCARD} | 69 | echo -n S | dd of=${SDCARD} bs=1 count=1 seek=450 conv=notrunc |
| 70 | fi | 70 | fi |
| 71 | 71 | ||
| 72 | case "${IMAGE_BOOTLOADER}" in | 72 | case "${IMAGE_BOOTLOADER}" in |
