aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-09-01 14:51:42 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-04 14:47:10 +0100
commit67e0a8f9567c994fdb77107636163ebb9938c0df (patch)
treea15f94315239dae6e39757032149cb64da7eed3f
parent940760612bca4f1dba5f58eedd2d41aff13c6d69 (diff)
downloadmeta-handheld-67e0a8f9567c994fdb77107636163ebb9938c0df.tar.gz
conf/machine: unify MACHINE_GUI_CLASS/GUI_MACHINE_CLASS to MACHINE_GUI_CLASS in all configs
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--conf/machine/include/zaurus.inc2
-rw-r--r--conf/machine/palmt650.conf2
-rw-r--r--conf/machine/palmt680.conf2
-rw-r--r--conf/machine/palmtc.conf2
-rw-r--r--conf/machine/palmtt5.conf2
-rw-r--r--conf/machine/simpad.conf2
6 files changed, 6 insertions, 6 deletions
diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc
index 6ff1470..416978f 100644
--- a/conf/machine/include/zaurus.inc
+++ b/conf/machine/include/zaurus.inc
@@ -52,7 +52,7 @@ KERNEL_IMAGETYPE = "${ZAURUS_KERNEL_IMAGETYPE}"
XZ_COMPRESSION_LEVEL = "-e -7"
# kernel bootlogo
-LOGO_SIZE = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "vga", "qvga", d)}'
+LOGO_SIZE = '${@base_conditional("MACHINE_GUI_CLASS", "bigscreen", "vga", "qvga", d)}'
################
# machine tuning
diff --git a/conf/machine/palmt650.conf b/conf/machine/palmt650.conf
index f81ade3..8deb3e5 100644
--- a/conf/machine/palmt650.conf
+++ b/conf/machine/palmt650.conf
@@ -8,7 +8,7 @@ ROOT_FLASH_SIZE = "100"
SERIAL_CONSOLE = "115200 ttyS1"
-GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_GUI_CLASS = "bigscreen"
MACHINE_EXTRA_RRECOMMENDS += "kernel-module-snd-pxa2xx-ac97 \
kernel-module-pxa27x-keyboard \
diff --git a/conf/machine/palmt680.conf b/conf/machine/palmt680.conf
index b984667..a17aea3 100644
--- a/conf/machine/palmt680.conf
+++ b/conf/machine/palmt680.conf
@@ -8,7 +8,7 @@ ROOT_FLASH_SIZE = "100"
SERIAL_CONSOLE = "115200 ttyS0"
-GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_GUI_CLASS = "bigscreen"
MACHINE_EXTRA_RRECOMMENDS += "kernel-module-pxa27x-keyboard \
kernel-module-wm97xx-ts"
diff --git a/conf/machine/palmtc.conf b/conf/machine/palmtc.conf
index 28db830..515ce4c 100644
--- a/conf/machine/palmtc.conf
+++ b/conf/machine/palmtc.conf
@@ -10,5 +10,5 @@ ROOT_FLASH_SIZE = "100"
SERIAL_CONSOLE = "115200 ttyS0"
-GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_GUI_CLASS = "bigscreen"
diff --git a/conf/machine/palmtt5.conf b/conf/machine/palmtt5.conf
index 997c157..fbf225a 100644
--- a/conf/machine/palmtt5.conf
+++ b/conf/machine/palmtt5.conf
@@ -8,7 +8,7 @@ ROOT_FLASH_SIZE = "100"
SERIAL_CONSOLE = "115200 ttyS0"
-GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_GUI_CLASS = "bigscreen"
MACHINE_EXTRA_RRECOMMENDS += "kernel-module-pxa27x-keyboard \
kernel-module-wm97xx-ts \
diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf
index 6073d33..fbb2c67 100644
--- a/conf/machine/simpad.conf
+++ b/conf/machine/simpad.conf
@@ -14,7 +14,7 @@ require conf/machine/include/tune-strongarm1100.inc
ROOT_FLASH_SIZE = "16"
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000"
-GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_GUI_CLASS = "bigscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "800"
MACHINE_DISPLAY_HEIGHT_PIXELS= "600"
SERIAL_CONSOLE = "ttySA0 115200 vt100"