diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-01-16 19:04:22 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-01-16 19:04:22 +0000 |
commit | 4e05ad99d4d4f11c9b3021a031a21689025ffec4 (patch) | |
tree | 3dde1d696a4493f5fa4128bb27667375d86ebbb1 /conf | |
parent | 357976448f85ffff8a011309c86b3966d9d130e9 (diff) |
nokia800: Add screen size.
nokia770: Add screen size.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/nokia770.conf | 2 | ||||
-rw-r--r-- | conf/machine/nokia800.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/nokia770.conf b/conf/machine/nokia770.conf index 45fc16dc29..4e36c6d38a 100644 --- a/conf/machine/nokia770.conf +++ b/conf/machine/nokia770.conf @@ -12,6 +12,8 @@ XSERVER = "xserver-kdrive-xomap" # 800x480 is big enough for me GUI_MACHINE_CLASS = "bigscreen" +MACHINE_DISPLAY_WIDTH_PIXELS = "800" +MACHINE_DISPLAY_HEIGHT_PIXELS = "480" # Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm. require conf/machine/include/tune-arm926ejs.inc diff --git a/conf/machine/nokia800.conf b/conf/machine/nokia800.conf index 58ddb25744..144df2ed08 100644 --- a/conf/machine/nokia800.conf +++ b/conf/machine/nokia800.conf @@ -8,6 +8,8 @@ PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-xomap" XSERVER = "xserver-kdrive-xomap" GUI_MACHINE_CLASS = "bigscreen" +MACHINE_DISPLAY_WIDTH_PIXELS = "800" +MACHINE_DISPLAY_HEIGHT_PIXELS = "480" TARGET_FPU = "hard" include conf/machine/include/tune-arm1136jf-s.inc |