]> code.ossystems Code Review - meta-freescale.git/commitdiff
image_types_fsl.bbclass: remove i.MXS specific code from i.MX
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 19 May 2012 18:36:16 +0000 (15:36 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 21 May 2012 11:02:53 +0000 (08:02 -0300)
i.MXS generation is now handled completely separated so i.MX doesn't
every gets called for 'mxs' SoC family.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/classes/image_types_fsl.bbclass

index e8ef07a0795da6070c53ca452b947083b69a4682..6877243e895afa3c9e20dddab4c8fb03dfbd37df 100644 (file)
@@ -56,12 +56,6 @@ generate_imx_sdcard () {
        parted -s ${SDCARD} mkpart primary ${BOOT_SPACE} 100%
        parted ${SDCARD} print
 
-       # Change partition type for mxs processor family
-       if [ "${SOC_FAMILY}" = "mxs" ]; then
-               bbnote "Setting partition type to 0x53 as required for mxs' SoC family."
-               echo -n S | dd of=${SDCARD} bs=1 count=1 seek=450 conv=notrunc
-       fi
-
        case "${IMAGE_BOOTLOADER}" in
                u-boot)
                dd if=${DEPLOY_DIR_IMAGE}/u-boot-${MACHINE}.${UBOOT_SUFFIX_SDCARD} of=${SDCARD} conv=notrunc seek=2 skip=${UBOOT_PADDING} bs=512