diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-02-09 11:00:31 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-02-09 11:00:31 +0000 |
commit | 8905ebcc862811ef946d1c86711853287b35c8b4 (patch) | |
tree | abf2f6bc504ad2fbc16c04e36ff64df18f46a63f | |
parent | b9d22a64ea6d81265437411e5020905086bfcdeb (diff) |
efika.conf: Add console
-rw-r--r-- | conf/machine/efika.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/machine/efika.conf b/conf/machine/efika.conf index d564dc5654..6701df6b8d 100644 --- a/conf/machine/efika.conf +++ b/conf/machine/efika.conf @@ -4,14 +4,19 @@ TARGET_ARCH = "powerpc" -PACKAGE_EXTRA_ARCHS = "ppc ppc603e" +PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppc603e" + +PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" MACHINE_FEATURES = "kernel26 usbhost ext2 alsa" +MACHINE_TASK_PROVIDER = "task-base" PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" #don't try to access tty1 USE_VT = "0" +SERIAL_CONSOLE = "115200 ttyPSC0" + #tune for the MPC5200B cpu require conf/machine/include/tune-ppc603e.conf |