aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2010-06-11 18:07:52 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2010-06-11 18:07:52 +0400
commit7604d56950b21b703470fbee6443a538a732be6a (patch)
tree44b7ac94b0b1297bede5d4354a0d4a502834a212
parent725c273d05d9e3e940abfe5da7d045bd61ce02d6 (diff)
downloadopenembedded-7604d56950b21b703470fbee6443a538a732be6a.tar.gz
lite5200: update machine config
Update Lite5200 board config with correct console definition, kernel provider and kernel image. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-rw-r--r--conf/machine/lite5200.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/lite5200.conf b/conf/machine/lite5200.conf
index 16a723cd1c..4a963ce822 100644
--- a/conf/machine/lite5200.conf
+++ b/conf/machine/lite5200.conf
@@ -1,7 +1,10 @@
TARGET_ARCH = "powerpc"
UBOOT_MACHINE = "Lite5200"
-SERIAL_CONSOLE="38400 ttyS0"
+SERIAL_CONSOLE="115200 ttyPSC0"
IMAGE_FSTYPES = "jffs2 tar.bz2"
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+KERNEL_IMAGETYPE = "uImage"
+
require conf/machine/include/tune-ppc603e.inc