summaryrefslogtreecommitdiffstats
path: root/meta-fri2
diff options
context:
space:
mode:
Diffstat (limited to 'meta-fri2')
-rw-r--r--meta-fri2/conf/machine/fri2-noemgd.conf2
-rw-r--r--meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-fri2/conf/machine/fri2-noemgd.conf b/meta-fri2/conf/machine/fri2-noemgd.conf
index 8370eb62..d9558a4f 100644
--- a/meta-fri2/conf/machine/fri2-noemgd.conf
+++ b/meta-fri2/conf/machine/fri2-noemgd.conf
@@ -16,7 +16,7 @@ PREFERRED_VERSION_linux-yocto = "3.8%"
16 16
17XSERVER ?= "${XSERVER_IA32_BASE} \ 17XSERVER ?= "${XSERVER_IA32_BASE} \
18 ${XSERVER_IA32_EXT} \ 18 ${XSERVER_IA32_EXT} \
19 ${XSERVER_IA32_VESA} \ 19 ${XSERVER_IA32_FBDEV} \
20 " 20 "
21 21
22# Syslinux does not know about the 64MHz uart clock and it does not detect the 22# Syslinux does not know about the 64MHz uart clock and it does not detect the
diff --git a/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf b/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf
index da4fc3c6..bda3535a 100644
--- a/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf
+++ b/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf
@@ -1,6 +1,6 @@
1Section "Device" 1Section "Device"
2 Identifier "Generic VESA" 2 Identifier "Generic VESA"
3 Driver "vesa" 3 Driver "fbdev"
4EndSection 4EndSection
5 5
6Section "Monitor" 6Section "Monitor"