From c8e5702127e507e82e6f68a4b8c546803accea9d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 30 Jun 2005 08:19:37 +0000 Subject: import clean BK tree at cset 1.3670 --- conf/machine/mainstone.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'conf/machine/mainstone.conf') diff --git a/conf/machine/mainstone.conf b/conf/machine/mainstone.conf index e69de29bb2..e9ef8fae18 100644 --- a/conf/machine/mainstone.conf +++ b/conf/machine/mainstone.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@Name: Vibren PXA255 IDP Development Platform +#@DESCRIPTION: Machine configuration for Vibren PXA255 IDP + +TARGET_ARCH = "arm" + +GUI_MACHINE_CLASS = "smallscreen" +IPKG_ARCHS = "all arm armv5te ${MACHINE}" + +PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" + +BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel" + +include conf/machine/tune-xscale.conf + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttyS0" + +# used by opie-collections.inc +ROOT_FLASH_SIZE = "32" + + -- cgit 1.2.3-korg