diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-07-30 19:50:18 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-07-30 19:50:18 +0000 |
commit | f431f27c2413ba450cb5805b9bc8fa0ab247f439 (patch) | |
tree | 89a408fdbaab765ea00c427ad63934124a0c5955 /conf | |
parent | fe462af531cdad9a0f5fff7f08a1fd811015d886 (diff) | |
parent | 146047465dd3ca7cbfa8eb58a74eb0a8a2941c8a (diff) |
merge of 'ac7218640853632ccf63747d5222d3db90378a56'
and 'e82644f718a3dd0995659c6a5818c83ebc731f8e'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/simpad.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf index b98981c106..5e892920cc 100644 --- a/conf/machine/simpad.conf +++ b/conf/machine/simpad.conf @@ -16,6 +16,8 @@ ROOT_FLASH_SIZE = "16" EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000" GUI_MACHINE_CLASS = "bigscreen" +MACHINE_DISPLAY_WIDTH_PIXELS = "800" +MACHINE_DISPLAY_HEIGHT_PIXELS= "600" SERIAL_CONSOLE = "ttySA0 115200 vt100" USE_VT = "0" |