diff options
-rw-r--r-- | conf/machine/spitz.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf index 6b08ec1aa9..d8b790f332 100644 --- a/conf/machine/spitz.conf +++ b/conf/machine/spitz.conf @@ -11,3 +11,7 @@ PACKAGE_EXTRA_ARCHS += "iwmmxt" IMAGE_FSTYPES += "tar.gz" ROOT_FLASH_SIZE = "100" + +MACHINE_GUI_CLASS=bigscreen +MACHINE_DISPLAY_WIDTH_PIXELS=640 +MACHINE_DISPLAY_HEIGHT_PIXELS=480 |