aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2013-10-14 01:26:42 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-10-14 13:47:22 +0100
commit3c07a5817cf091c03f1c8a75eac7ba2dd27be00f (patch)
tree335aece04fec859419a5589850f42bf7e62f01af /conf/machine/include
parentabebb7aca1e49bb2bb145a7632e045162f5d630f (diff)
downloadmeta-handheld-3c07a5817cf091c03f1c8a75eac7ba2dd27be00f.tar.gz
meta-handheld: remove MACHINE_GUI* and MACHINE_DISPLAY* vars
unused in oe-core and in meta-oe while there remove LOGO_SIZE from zaurus.inc and ben-nanonote.conf Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/motorola-ezx-base.inc5
-rw-r--r--conf/machine/include/zaurus.inc3
2 files changed, 0 insertions, 8 deletions
diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc
index 04ad337..1c0de7e 100644
--- a/conf/machine/include/motorola-ezx-base.inc
+++ b/conf/machine/include/motorola-ezx-base.inc
@@ -20,11 +20,6 @@ PACKAGE_EXTRA_ARCHS_tune-xscale += "iwmmxt"
#mtd3: 00020000 00020000 "Logo"
ROOT_FLASH_SIZE = "24"
-MACHINE_GUI_CLASS = "smallscreen"
-MACHINE_DISPLAY_WIDTH_PIXELS = "240"
-MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
-MACHINE_DISPLAY_ORIENTATION = "0"
-MACHINE_DISPLAY_PPI = "180"
MACHINE_FEATURES = "alsa apm bluetooth keyboard phone screen touchscreen usbgadget usbhost vfat qvga"
MACHINE_FEATURES += " iwmmxt"
diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc
index a191fb8..fd8cc9e 100644
--- a/conf/machine/include/zaurus.inc
+++ b/conf/machine/include/zaurus.inc
@@ -77,9 +77,6 @@ KERNEL_IMAGETYPE ?= "zImage"
# sane defaults for devices with only 32Mb RAM (see man xz)
XZ_COMPRESSION_LEVEL = "-2e"
-# kernel bootlogo
-LOGO_SIZE = '${@base_conditional("MACHINE_GUI_CLASS", "bigscreen", "vga", "qvga", d)}'
-
################
# machine tuning
################