From 647cf0278884ef59ce3f706b9ebd5d183fe42670 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 28 Feb 2014 17:08:18 -0300 Subject: [PATCH] m53evk: Force override of XSERVER setting This really fixes the build failure due non-FSL kernel use with AMD GPU. The commit b43b8470 didn't fix the issue, as we identified in our autobuilder. Change-Id: Ia56e9df03b316c78ad9c718f66afa70cffae45cd Signed-off-by: Otavio Salvador --- conf/machine/m53evk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/m53evk.conf b/conf/machine/m53evk.conf index 5fbae24..e49a157 100644 --- a/conf/machine/m53evk.conf +++ b/conf/machine/m53evk.conf @@ -25,4 +25,4 @@ MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" # Overrides due use of non-FSL kernel PREFERRED_VERSION_imx-test = "00.00.00" MACHINE_GSTREAMER_PLUGIN_m53evk = "" -XSERVER_DRIVER = "xf86-video-fbdev" +XSERVER_DRIVER_m53evk = "xf86-video-fbdev"