diff options
Diffstat (limited to 'conf/machine/ramses.conf')
-rw-r--r-- | conf/machine/ramses.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/machine/ramses.conf b/conf/machine/ramses.conf index e69de29bb2..7c47c2bd97 100644 --- a/conf/machine/ramses.conf +++ b/conf/machine/ramses.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: M&N MNCI-RX +#@DESCRIPTION: Machine configuration for the PXA255 based M&N Solutions MNCI-RX + +include conf/machine/openmnci.conf +include conf/machine/tune-xscale.conf + +TARGET_ARCH = "arm" +TARGET_OS = "linux" +IPKG_ARCHS = "all arm ${MACHINE}" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/kernel = "mnci-ramses" + +EXTRA_IMAGECMD_jffs2 = "--pad=0x1ec0000 --eraseblock=0x40000" + + +USE_DEVFS = "1" +GPE_MACHINE_CLASS = "smallscreen" + +# For sysvinit: +USE_VT = "0" +SERIAL_CONSOLE = "115200 tts/0" |