From e19e80ae151b136953185e8de81374a132856bb5 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Mon, 10 Aug 2015 13:14:49 +0200 Subject: [PATCH] meta-digi-arm: u-boot-dey: boot.txt: Add support for variant 0x12. This is a Consumer quad-core 1.2GHz, 4GB eMMC, 2GB DDR3, -20/+85C variant with bluetooth and wireless, no kinetis. Signed-off-by: Alex Gonzalez --- .../recipes-bsp/u-boot/u-boot-dey-2013.04/ccimx6/boot.txt | 2 ++ 1 file changed, 2 insertions(+) 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 3f440e23c..21ced12d6 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 @@ -29,6 +29,8 @@ elif test "${module_variant}" = "0x0f"; then setenv fdt_file uImage-imx6q-ccimx6sbc.dtb elif test "${module_variant}" = "0x11"; then setenv fdt_file uImage-imx6q-ccimx6sbc-wb.dtb +elif test "${module_variant}" = "0x12"; then + setenv fdt_file uImage-imx6q-ccimx6sbc-wb.dtb else echo "------ Using default fdt_file" fi