diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-01-14 07:36:28 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-01-14 07:36:28 +0000 |
commit | f1bf29d18be92745af49b2bfc1f3e78222d99202 (patch) | |
tree | ec0b2ae1fce92ad1f1eb43c25323c3fd2d5fa766 /conf/machine/mx31moboard.conf | |
parent | a07fc78ab8cf29941d64b5a863ff5784c0433b55 (diff) | |
parent | e04e540f70e47af0019789b691e63914db5d8d11 (diff) |
merge of '2e4f188aff9f2db155896f2fc0669c515d2d86c3'
and 'ba76f4856806d81e983ec7db3a011d59a30abf15'
Diffstat (limited to 'conf/machine/mx31moboard.conf')
-rw-r--r-- | conf/machine/mx31moboard.conf | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/conf/machine/mx31moboard.conf b/conf/machine/mx31moboard.conf new file mode 100644 index 0000000000..c918404d6c --- /dev/null +++ b/conf/machine/mx31moboard.conf @@ -0,0 +1,33 @@ +#@TYPE: Machine +#@Name: EPFL mx31MoBoard +#@DESCRIPTION: Machine configuration for EPFL MX31MoBoard +#@Website: http://mobots.epfl.ch/mx31MoBoard.html + +TARGET_ARCH = "arm" +TARGET_FPU_arm = "hard" + +MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget" + +GUI_MACHINE_CLASS = "smallscreen" +PACKAGE_EXTRA_ARCHS = "arm armv4t armv5te armv6" + +PREFERRED_PROVIDER_virtual/kernel = "linux" + +require conf/machine/include/tune-arm1136jf-s.inc + +# +# usb networking +# +module_conf_g_ether = "alias usb0 g_ether" + +# used by sysvinit_2 +SERIAL_CONSOLE = "-L 115200 ttymxc0 vt100" + +# used by opie-collections.inc +ROOT_FLASH_SIZE = "32" + +# to avoid annoying jffs2 messages +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000" + +IMAGE_FSTYPES += "tar.gz" + |