From 00407d407ec188044b87a8ec50f1b1701e96a6e5 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 19 May 2012 15:36:16 -0300 Subject: [PATCH] image_types_fsl.bbclass: remove i.MXS specific code from i.MX 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 --- meta-fsl-arm/classes/image_types_fsl.bbclass | 6 ------ 1 file changed, 6 deletions(-) diff --git a/meta-fsl-arm/classes/image_types_fsl.bbclass b/meta-fsl-arm/classes/image_types_fsl.bbclass index e8ef07a0..6877243e 100644 --- a/meta-fsl-arm/classes/image_types_fsl.bbclass +++ b/meta-fsl-arm/classes/image_types_fsl.bbclass @@ -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 -- 2.40.1