From 966dfe4909dc9f80a9cb1bd99fbd7e95385b5672 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 29 Oct 2009 14:52:47 +0100 Subject: omap3517-evm: omap3517 was the pre-production name, AM3517 is the production name, rename machine to avoid confusion Signed-off-by: Koen Kooi --- .../xserver-xorg-conf/am3517-evm/xorg.conf | 29 ++++++++++++++++++++++ .../xserver-xorg-conf/omap3517-evm/xorg.conf | 29 ---------------------- 2 files changed, 29 insertions(+), 29 deletions(-) create mode 100644 recipes/xorg-xserver/xserver-xorg-conf/am3517-evm/xorg.conf delete mode 100644 recipes/xorg-xserver/xserver-xorg-conf/omap3517-evm/xorg.conf (limited to 'recipes/xorg-xserver') diff --git a/recipes/xorg-xserver/xserver-xorg-conf/am3517-evm/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/am3517-evm/xorg.conf new file mode 100644 index 0000000000..983bb0823a --- /dev/null +++ b/recipes/xorg-xserver/xserver-xorg-conf/am3517-evm/xorg.conf @@ -0,0 +1,29 @@ +Section "Module" + Load "extmod" + Load "dbe" + Load "glx" + Load "freetype" + Load "type1" + Load "record" + Load "dri" +EndSection + +Section "Monitor" + Identifier "Builtin Default Monitor" +EndSection + +Section "Device" + Identifier "Builtin Default fbdev Device 0" + Driver "omapfb" +EndSection + +Section "Screen" + Identifier "Builtin Default fbdev Screen 0" + Device "Builtin Default fbdev Device 0" + Monitor "Builtin Default Monitor" +EndSection + +Section "ServerLayout" + Identifier "Builtin Default Layout" + Screen "Builtin Default fbdev Screen 0" +EndSection diff --git a/recipes/xorg-xserver/xserver-xorg-conf/omap3517-evm/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/omap3517-evm/xorg.conf deleted file mode 100644 index 983bb0823a..0000000000 --- a/recipes/xorg-xserver/xserver-xorg-conf/omap3517-evm/xorg.conf +++ /dev/null @@ -1,29 +0,0 @@ -Section "Module" - Load "extmod" - Load "dbe" - Load "glx" - Load "freetype" - Load "type1" - Load "record" - Load "dri" -EndSection - -Section "Monitor" - Identifier "Builtin Default Monitor" -EndSection - -Section "Device" - Identifier "Builtin Default fbdev Device 0" - Driver "omapfb" -EndSection - -Section "Screen" - Identifier "Builtin Default fbdev Screen 0" - Device "Builtin Default fbdev Device 0" - Monitor "Builtin Default Monitor" -EndSection - -Section "ServerLayout" - Identifier "Builtin Default Layout" - Screen "Builtin Default fbdev Screen 0" -EndSection -- cgit v1.2.3