On 12-03-02 4:40 PM, Darren Hart wrote:


On 03/02/2012 01:16 PM, Bruce Ashfield wrote:
On 12-03-01 06:59 PM, Darren Hart wrote:
From: Darren Hart<dvh...@linux.intel.com>

The FRI2 uses the pch_uart driver for the serial console. Enable the console
driver.

It this safe for all eg20t users ? I see the crownbay also
uses this.

It is safe. The new code that this enables is machine specific. The
console code would only kick in if the console is set to ttyPCH1, which
it obviously isn't as that didn't work before. Shouldn't be a problem.

Perfect. Thanks for the confirmation.

Bruce


--
Darren


Bruce


Signed-off-by: Darren Hart<dvh...@linux.intel.com>
---
   meta/cfg/kernel-cache/features/eg20t/eg20t.cfg |    1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/cfg/kernel-cache/features/eg20t/eg20t.cfg 
b/meta/cfg/kernel-cache/features/eg20t/eg20t.cfg
index ff2f6fd..3d4969c 100644
--- a/meta/cfg/kernel-cache/features/eg20t/eg20t.cfg
+++ b/meta/cfg/kernel-cache/features/eg20t/eg20t.cfg
@@ -3,6 +3,7 @@
   CONFIG_PCH_DMA=y

   CONFIG_SERIAL_PCH_UART=y
+CONFIG_SERIAL_PCH_UART_CONSOLE=y
   CONFIG_SERIAL_CORE=y

   CONFIG_SPI=y

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to