On 03/02/2012 01:16 PM, Bruce Ashfield wrote:
> On 12-03-01 06:59 PM, Darren Hart wrote:
>> From: Darren Hart<[email protected]>
>>
>> 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.

--
Darren


> Bruce
> 
>>
>> Signed-off-by: Darren Hart<[email protected]>
>> ---
>>   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
> [email protected]
> https://lists.yoctoproject.org/listinfo/yocto

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to