From 5a52d5ccd7675383903cdefa7074084ef98e9334 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 30 Oct 2019 09:57:05 +0800 Subject: gma500-gfx-check: remove This is a check to avoid loading gma500 module on certain older hardware using 32 bit BSP where gma was claiming ownership of graphics when it shouldn't have. The platforms for which this was added aren't supported anymore so remove. Signed-off-by: Anuj Mittal --- conf/machine/intel-core2-32.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf index d99dc783..20c98726 100644 --- a/conf/machine/intel-core2-32.conf +++ b/conf/machine/intel-core2-32.conf @@ -13,8 +13,6 @@ MACHINE_FEATURES += "intel-ucode" MACHINE_HWCODECS ?= "intel-vaapi-driver gstreamer1.0-vaapi" -MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check" - # Enable optional QAT items: COMPATIBLE_MACHINE_pn-qat17 = "intel-core2-32" -- cgit v1.2.3-54-g00ecf