diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-05-29 19:08:21 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-05-29 19:14:17 +0200 |
commit | 411e9f88738dae423dff7c98b3e3f3dfc712365c (patch) | |
tree | d70a0e6dfaf915e9a4bb0f4f97a88af8dd273e6d /conf/machine/tx27.conf | |
parent | 6c483c934e89d389919dfe26890081b2d515b5f8 (diff) |
tx27.conf: Initial machine description for Ka-Ro TX27 board
Diffstat (limited to 'conf/machine/tx27.conf')
-rw-r--r-- | conf/machine/tx27.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/tx27.conf b/conf/machine/tx27.conf new file mode 100644 index 0000000000..fd04a6319a --- /dev/null +++ b/conf/machine/tx27.conf @@ -0,0 +1,19 @@ +#@TYPE: Machine +#@Name: KARO TX27 +#@DESCRIPTION: Machine configuration for Freescale i.MX27 based Karo TX27 + baseboard + +TARGET_ARCH = "arm" + +MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost usbgadget screen camera" + +GUI_MACHINE_CLASS = "bigscreen" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_VERSION_linux = "2.6.28" + +require conf/machine/include/tune-arm926ejs.inc + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttymxc0" + +ROOT_FLASH_SIZE = "128" |