[oe-commits] Dmitry Eremin-Solenikov : lite5200: update machine config

git version control git at git.openembedded.org
Fri Jun 11 14:08:46 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7604d56950b21b703470fbee6443a538a732be6a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7604d56950b21b703470fbee6443a538a732be6a

Author: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Date:   Fri Jun 11 18:07:52 2010 +0400

lite5200: update machine config

Update Lite5200 board config with correct console definition, kernel provider
and kernel image.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>

---

 conf/machine/lite5200.conf |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/conf/machine/lite5200.conf b/conf/machine/lite5200.conf
index 16a723c..4a963ce 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





More information about the Openembedded-commits mailing list