From 19ff4e831cc58f30394d455390f9006637709c1c Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 19 May 2012 15:36:16 -0300 Subject: 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 --- classes/image_types_fsl.bbclass | 6 ------ 1 file changed, 6 deletions(-) (limited to 'classes') diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass index e8ef07a..6877243 100644 --- a/classes/image_types_fsl.bbclass +++ b/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 -- cgit v1.2.3-54-g00ecf