[yocto] [PATCH 3/6] fri2: Drop 8250 from the fri2 scc

Darren Hart darren at dvhart.com
Thu Mar 1 15:59:53 PST 2012


From: Darren Hart <dvhart at linux.intel.com>

The FRI2 has a pch_uart. Depending on the firmware, the kernel may
decide to use the 8250 or the pch_uart driver. As the firmware
configures the pch_uart with a non-standard UART clock, it is
necessary to ensure the pch_uart is used. To do this, drop the 8250
support from the kernel.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
 meta/cfg/kernel-cache/bsp/fri2/fri2.scc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
index 419bb8d..2dd3170 100644
--- a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
+++ b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
@@ -4,8 +4,7 @@ include features/eg20t/eg20t.scc
 include features/intel-e1xxxx/intel-e100.scc
 include features/intel-e1xxxx/intel-e1xxxx.scc
 include features/drm-emgd/drm-emgd.scc
-include cfg/dmaengine.scc
-include features/serial/8250.scc
+include cfg/dmaengine/dmaengine.scc
 include features/ericsson-3g/f5521gw.scc
 include features/iwlagn/iwlagn.scc
 include cfg/vesafb.scc
-- 
1.7.6.5




More information about the yocto mailing list