From ed482f39825375f631182622c75e18949002b488 Mon Sep 17 00:00:00 2001 From: Chase Maupin Date: Fri, 16 Jul 2010 03:24:20 +0000 Subject: remove dm3730-am3715-evm machine type references * Removed references to the dm3730-am3715-evm machine type and replaced with dm37x-evm and am37x-evm machine types. Signed-off-by: Chase Maupin Acked-by: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- .../xserver-xorg-conf/am37x-evm/xorg.conf | 29 ++++++++++++++++++++++ .../xserver-xorg-conf/dm3730-am3715-evm/xorg.conf | 29 ---------------------- .../xserver-xorg-conf/dm37x-evm/xorg.conf | 29 ++++++++++++++++++++++ 3 files changed, 58 insertions(+), 29 deletions(-) create mode 100644 recipes/xorg-xserver/xserver-xorg-conf/am37x-evm/xorg.conf delete mode 100644 recipes/xorg-xserver/xserver-xorg-conf/dm3730-am3715-evm/xorg.conf create mode 100644 recipes/xorg-xserver/xserver-xorg-conf/dm37x-evm/xorg.conf (limited to 'recipes/xorg-xserver') diff --git a/recipes/xorg-xserver/xserver-xorg-conf/am37x-evm/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/am37x-evm/xorg.conf new file mode 100644 index 0000000000..983bb0823a --- /dev/null +++ b/recipes/xorg-xserver/xserver-xorg-conf/am37x-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/dm3730-am3715-evm/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/dm3730-am3715-evm/xorg.conf deleted file mode 100644 index 983bb0823a..0000000000 --- a/recipes/xorg-xserver/xserver-xorg-conf/dm3730-am3715-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 diff --git a/recipes/xorg-xserver/xserver-xorg-conf/dm37x-evm/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/dm37x-evm/xorg.conf new file mode 100644 index 0000000000..983bb0823a --- /dev/null +++ b/recipes/xorg-xserver/xserver-xorg-conf/dm37x-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 -- cgit 1.2.3-korg