diff options
Diffstat (limited to 'conf/machine/ep93xx.conf')
-rw-r--r-- | conf/machine/ep93xx.conf | 18 |
1 files changed, 18 insertions, 0 deletions
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" + + |