From bfee96400a603e7c8bcd26e9bbb723910508a072 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 4 Aug 2021 15:10:01 +0200 Subject: colibri-imx6ull-emmc: add machine configuration The Toradex Colibri iMX6ULL 1GB computer module is a variant which uses an eMMC instead of a raw NAND for storage its RAM size is increased to 1GB. For additional specifications please visit: https://www.toradex.com/de/computer-on-modules/colibri-arm-family/nxp-imx6ull Signed-off-by: Max Krummenacher Squashed cherry-picks: (cherry picked from commit 71ebff4acf5210722344b15b23a7c3f75faced40) (cherry picked from commit 8d54c5897f90f61b46bd832eadcdc6aa4a13a39f) --- recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb') diff --git a/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb b/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb index b1909f1..800a5e6 100644 --- a/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb +++ b/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb @@ -31,6 +31,7 @@ COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" KBUILD_DEFCONFIG_apalis-imx6 ?= "apalis_imx6_defconfig" KBUILD_DEFCONFIG_colibri-imx6 ?= "colibri_imx6_defconfig" KBUILD_DEFCONFIG_colibri-imx6ull ?= "colibri-imx6ull_defconfig" +KBUILD_DEFCONFIG_colibri-imx6ull-emmc ?= "colibri-imx6ull_defconfig" KBUILD_DEFCONFIG_mx7 ?= "colibri_imx7_defconfig" KBUILD_DEFCONFIG_mx8 ?= "toradex_defconfig" -- cgit v1.2.3