From: Dmitry Eremin-Solenikov Date: Fri, 11 Jun 2010 14:07:52 +0000 (+0400) Subject: lite5200: update machine config X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7604d56950b21b703470fbee6443a538a732be6a;p=openembedded.git lite5200: update machine config Update Lite5200 board config with correct console definition, kernel provider and kernel image. Signed-off-by: Dmitry Eremin-Solenikov --- 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