From f6852b1bf938939f2719ee99738d7c9f74737f79 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Mon, 10 Aug 2015 13:12:32 +0200 Subject: [PATCH] meta-digi-arm: u-boot-dey: boot.txt: Remove 0x7 and 0x9 variants. These eMMC-less variants have been cancelled. Signed-off-by: Alex Gonzalez --- .../recipes-bsp/u-boot/u-boot-dey-2013.04/ccimx6/boot.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-2013.04/ccimx6/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-2013.04/ccimx6/boot.txt index 9c2288cb8..3f440e23c 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-2013.04/ccimx6/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-2013.04/ccimx6/boot.txt @@ -15,16 +15,12 @@ elif test "${module_variant}" = "0x05"; then setenv fdt_file uImage-imx6q-ccimx6sbc-w.dtb elif test "${module_variant}" = "0x06"; then setenv fdt_file uImage-imx6q-ccimx6sbc-wb.dtb -elif test "${module_variant}" = "0x07"; then - setenv fdt_file uImage-imx6dl-ccimx6sbc-w.dtb elif test "${module_variant}" = "0x08"; then setenv fdt_file uImage-imx6q-ccimx6sbc.dtb -elif test "${module_variant}" = "0x09"; then - setenv fdt_file uImage-imx6dl-ccimx6sbc.dtb elif test "${module_variant}" = "0x0a"; then - setenv fdt_file uImage-imx6dl-ccimx6sbc-mw.dtb + setenv fdt_file uImage-imx6dl-ccimx6sbc-w.dtb elif test "${module_variant}" = "0x0b"; then - setenv fdt_file uImage-imx6dl-ccimx6sbc-mwb.dtb + setenv fdt_file uImage-imx6dl-ccimx6sbc-wb.dtb elif test "${module_variant}" = "0x0c"; then setenv fdt_file uImage-imx6dl-ccimx6sbc.dtb elif test "${module_variant}" = "0x0e"; then