From ddc8ec814972a51f1c9805647636217d4493761c Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pmiscml@gmail.com>
Date: Thu, 12 Jul 2007 20:21:09 +0000
Subject: aximx50.conf, aximx50v.conf: Split up configs for QVGA vs VGA aximx50
 models.

---
 conf/machine/aximx50.conf  | 6 +++---
 conf/machine/aximx50v.conf | 7 +++++++
 2 files changed, 10 insertions(+), 3 deletions(-)
 create mode 100644 conf/machine/aximx50v.conf

diff --git a/conf/machine/aximx50.conf b/conf/machine/aximx50.conf
index 0d7e12e3cc..1bd08e13ab 100644
--- a/conf/machine/aximx50.conf
+++ b/conf/machine/aximx50.conf
@@ -1,6 +1,6 @@
 #@TYPE: Machine
-#@NAME: Axim x50/x50v/x51/x51v
-#@DESCRIPTION: Machine configuration for the Dell Axim x50/51(v) with a pxa27x CPU
+#@NAME: Axim x50/x51
+#@DESCRIPTION: Machine configuration for the Dell Axim x50/x51 with a pxa27x CPU
 
 #
 # Hardware-based properties
@@ -16,7 +16,7 @@ require conf/machine/include/tune-xscale.conf
 
 ROOT_FLASH_SIZE = "256"
 VOLATILE_STORAGE_SIZE = "64"
-GUI_MACHINE_CLASS = "bigscreen" # caveat: only "v" models are VGA
+GUI_MACHINE_CLASS ?= "smallscreen"
 MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget screen"
 
 #
diff --git a/conf/machine/aximx50v.conf b/conf/machine/aximx50v.conf
new file mode 100644
index 0000000000..9b38da782e
--- /dev/null
+++ b/conf/machine/aximx50v.conf
@@ -0,0 +1,7 @@
+#@TYPE: Machine
+#@NAME: Axim x50v/x51v
+#@DESCRIPTION: Machine configuration for the Dell Axim x50v/x51v with a pxa27x CPU
+
+require conf/machine/aximx50.conf
+
+GUI_MACHINE_CLASS = "bigscreen"
-- 
cgit v1.2.3