From 9034cf4325b672dc4d01a2a396d351c10e3c978e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 19 Mar 2006 11:52:50 +0000 Subject: qemuarm.conf: Use arm926ejs optimisation (and hence armv5te), pcmciautils as the pcmcia manager and correct SERIAL_CONSOLE --- conf/machine/qemuarm.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/qemuarm.conf b/conf/machine/qemuarm.conf index 2238f6673e..7a558a731d 100644 --- a/conf/machine/qemuarm.conf +++ b/conf/machine/qemuarm.conf @@ -7,13 +7,15 @@ KERNEL_VERSION ?= "2.6" TARGET_ARCH = "arm" IPKG_ARCHS = "all arm armv4 armv5te qemuarm" +PCMCIA_MANAGER = "pcmciautils" PREFERRED_PROVIDER_xserver = "xserver-kdrive" GUI_MACHINE_CLASS = "bigscreen" GPE_EXTRA_INSTALL += "gaim sylpheed" include conf/machine/include/handheld-common.conf +include conf/machine/include/tune-arm926ejs.conf -SERIAL_CONSOLE = "115200 ttyS0" +SERIAL_CONSOLE = "115200 ttyAMA0" PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" -- cgit v1.2.3