diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-05-01 16:22:54 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-05-01 16:28:11 -0300 |
commit | b51bf5d21819bf2eb2dd768152711b384bb000b7 (patch) | |
tree | 361fb1fd0143203ae64dbb5e61df7a004f3a3541 | |
parent | 830c4d502f037a4bc181d549e2b74a815c4c9d55 (diff) | |
download | meta-freescale-b51bf5d21819bf2eb2dd768152711b384bb000b7.tar.gz |
image_types_fsl.bbclass: remove image fstypes definition to i.MXS SoCs
The SoC image fstypes needs to be assigned in the machine definition
or the default ones are not used.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | meta-fsl-arm/classes/image_types_fsl.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-fsl-arm/classes/image_types_fsl.bbclass b/meta-fsl-arm/classes/image_types_fsl.bbclass index a6248f936..86f4e450a 100644 --- a/meta-fsl-arm/classes/image_types_fsl.bbclass +++ b/meta-fsl-arm/classes/image_types_fsl.bbclass | |||
@@ -11,8 +11,6 @@ UBOOT_SUFFIX_SDCARD ?= "${UBOOT_SUFFIX}" | |||
11 | # Handles i.MX mxs bootstream generation | 11 | # Handles i.MX mxs bootstream generation |
12 | # | 12 | # |
13 | 13 | ||
14 | IMAGE_FSTYPES_mxs =+ "uboot.mxsboot-sdcard" | ||
15 | |||
16 | UBOOT_SUFFIX_SDCARD_mxs ?= "mxsboot-sdcard" | 14 | UBOOT_SUFFIX_SDCARD_mxs ?= "mxsboot-sdcard" |
17 | IMAGE_DEPENDS_uboot.mxsboot-sdcard = "u-boot-mxsboot-native u-boot" | 15 | IMAGE_DEPENDS_uboot.mxsboot-sdcard = "u-boot-mxsboot-native u-boot" |
18 | IMAGE_CMD_uboot.mxsboot-sdcard = "mxsboot sd ${DEPLOY_DIR_IMAGE}/u-boot-${MACHINE}.${UBOOT_SUFFIX} \ | 16 | IMAGE_CMD_uboot.mxsboot-sdcard = "mxsboot sd ${DEPLOY_DIR_IMAGE}/u-boot-${MACHINE}.${UBOOT_SUFFIX} \ |