diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/ramses.conf | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/conf/ramses.conf b/conf/ramses.conf index 9dcee89246..fecbc37567 100644 --- a/conf/ramses.conf +++ b/conf/ramses.conf @@ -2,18 +2,21 @@ #@NAME: M&N MNCI-RX #@DESCRIPTION: Machine configuration for the PXA255 based M&N Solutions MNCI-RX +include conf/openmnci.conf +include conf/tune-xscale.conf + TARGET_ARCH = "arm" -IPKG_ARCHS = "all arm xscale ${MACHINE}" +TARGET_OS = "linux" +IPKG_ARCHS = "all arm ${MACHINE}" PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "linux-ramses" -BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils-collateral" -BOOTSTRAP_EXTRA_RDEPENDS = "modutils-collateral" EXTRA_IMAGECMD_jffs2 = "--pad=0x1ec0000 --eraseblock=0x40000" -#include conf/handheld-common.conf -include conf/tune-xscale.conf -SERIAL_CONSOLE = "115200 ttyS0" USE_DEVFS = "1" GPE_MACHINE_CLASS = "smallscreen" + +# For sysvinit: +USE_VT = "0" +SERIAL_CONSOLE = "115200 tts/0" |