m53evk: Fix build failure due non-FSL kernel use with AMD GPU

The m53evk board uses the DENX kernel which is based in mainline and
does not has the need drivers for AMD GPU driver to build. This
patches makes it use the Framebuffer driver instead fixing a build
failure found in our autobuilder.

Change-Id: Iad1dfbb7f9ed342f374d9721228eff09e821377f
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Cc: Marek Vasut <marex@denx.de>
This commit is contained in:
Otavio Salvador 2014-02-19 10:15:04 -03:00
parent 1b612d3045
commit b43b847062

View File

@ -24,3 +24,6 @@ MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"
# Avoid adding gst-fsl-plugin as we use non-FSL kernel
MACHINE_GSTREAMER_PLUGIN_m53evk = ""
# Avoid using AMD GPU driver as we use non-FSL kernel
XSERVER_DRIVER = "xf86-video-fbdev"