aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-09-12 16:12:36 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-09-12 16:15:13 +0200
commit40d26d15ad151542759da38d1b03c25d1743e1ea (patch)
treefe0e3ad1e45cb5ffe24c9367cb663b1d6428cd29 /conf
parent8909526b2efd809396383b4c22d97bd6d1e5ec2f (diff)
downloadopenembedded-40d26d15ad151542759da38d1b03c25d1743e1ea.tar.gz
nokia900: do not require omap3.inc as we would have to override nearly everything
when we required omap3.inc we pulled that: EXTRA_IMAGEDEPENDS += "u-boot x-load" which we can't and won't use for the moment. We also had to override nearly all variables.
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/nokia900.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/machine/nokia900.conf b/conf/machine/nokia900.conf
index b0abee2a46..942d650d0b 100644
--- a/conf/machine/nokia900.conf
+++ b/conf/machine/nokia900.conf
@@ -1,7 +1,11 @@
#@TYPE: Machine
#@NAME: Nokia 900 internet tablet
#@DESCRIPTION: Machine configuration for the Nokia 900
+
TARGET_ARCH = "arm"
+SOC_FAMILY = "omap3"
+require conf/machine/include/tune-cortexa8.inc
+
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
XSERVER = "xserver-xorg \
@@ -13,9 +17,6 @@ GUI_MACHINE_CLASS = "bigscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "800"
MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
-require conf/machine/include/omap3.inc
-
-# omap3.inc redefine it to uImage
KERNEL_IMAGETYPE = "zImage"
ROOT_FLASH_SIZE = "100"