From 8b93981e4005a9076ce36d2615fe8ef2560b145c Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 16 Dec 2015 12:05:48 +0100 Subject: [PATCH] meta-digi-arm: remove 256MB u-boot configuration That's the u-boot configuration used by variants 0x07 and 0x09, which have been cancelled and are no longer supported by DEY. Signed-off-by: Javier Viguera --- meta-digi-arm/conf/machine/ccimx6sbc.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-digi-arm/conf/machine/ccimx6sbc.conf b/meta-digi-arm/conf/machine/ccimx6sbc.conf index bcaf05f20..bf86ace15 100644 --- a/meta-digi-arm/conf/machine/ccimx6sbc.conf +++ b/meta-digi-arm/conf/machine/ccimx6sbc.conf @@ -7,8 +7,7 @@ include conf/machine/include/ccimx6.inc # U-Boot configurations # Last one is the default (the one the symlinks point at) -UBOOT_CONFIG ??= "ccimx6dlsbc256MB ccimx6dlsbc512MB ccimx6dlsbc ccimx6qsbc2GB ccimx6qsbc512MB ccimx6qsbc" -UBOOT_CONFIG[ccimx6dlsbc256MB] = "ccimx6dlsbc256MB_defconfig" +UBOOT_CONFIG ??= "ccimx6dlsbc512MB ccimx6dlsbc ccimx6qsbc2GB ccimx6qsbc512MB ccimx6qsbc" UBOOT_CONFIG[ccimx6dlsbc512MB] = "ccimx6dlsbc512MB_defconfig" UBOOT_CONFIG[ccimx6dlsbc] = "ccimx6dlsbc_defconfig" UBOOT_CONFIG[ccimx6qsbc2GB] = "ccimx6qsbc2GB_defconfig"