From fbcd6d1582c86892d7d662216df713bd9db04d4e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 8 Feb 2006 10:21:35 +0000 Subject: ep93xx.conf: add machine config for ep93xx based boards like http://www.glomationinc.com/products_9312-sx.html --- conf/machine/ep93xx.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 conf/machine/ep93xx.conf (limited to 'conf/machine/ep93xx.conf') diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf new file mode 100644 index 0000000000..7eed2b3748 --- /dev/null +++ b/conf/machine/ep93xx.conf @@ -0,0 +1,18 @@ +#@TYPE: Machine +#@Name: Cirrus Logic EP-93xx Development Platform +#@DESCRIPTION: Machine configuration for Cirrus Logic EP-93xx Development Platform + +TARGET_ARCH = "arm" + +IPKG_ARCHS = "all arm armv5te ${MACHINE}" + +PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" + + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttyS0" + +# used by some images +ROOT_FLASH_SIZE = "8" + + -- cgit 1.2.3-korg