[poky] [PATCH 2/2][KERNEL] crownbay: set cpu type to MATOM

Tom Zanussi tom.zanussi at intel.com
Wed Mar 30 12:49:36 PDT 2011


From: Tom Zanussi <tom.zanussi at intel.com>

NET_SKB_PAD was changed by commit 5933dd2f028cdcbb [net: NET_SKB_PAD
should depend on L1_CACHE_BYTES] to L1_CACHE_BYTES.  Atom processors
have L1_CACHE_BYTES at 64, whereas the default M686 sets it to 32.
This causes problems for the pch_gbe driver.

Fix for [BUGID #905].

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
---
 meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
index 4ab5a86..dde8412 100644
--- a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
+++ b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
@@ -1,4 +1,5 @@
 CONFIG_X86_32=y
+CONFIG_MATOM=y
 CONFIG_PRINTK=y
 
 # Basic hardware support for the box - network, USB, PCI, sound
-- 
1.7.0.4




More information about the poky mailing list