From ed62a153d60ff32f303470eccc9482a23b005b14 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 17 Oct 2011 15:12:57 +0200 Subject: [PATCH] am335x-evm: fix XSERVER content Signed-off-by: Koen Kooi --- conf/machine/am335x-evm.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf index 2c50574a..eedf0723 100644 --- a/conf/machine/am335x-evm.conf +++ b/conf/machine/am335x-evm.conf @@ -6,10 +6,7 @@ TARGET_ARCH = "arm" PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" XSERVER = "xserver-xorg \ xf86-input-evdev \ - xf86-input-mouse \ - xf86-input-tslib \ - xf86-video-omapfb \ - xf86-input-keyboard" + xf86-video-fbdev" GUI_MACHINE_CLASS = "smallscreen"