[oe-commits] Marcin Juszkiewicz : linux: enable TX buffers in SRAM on at91sam9263ek - less underruns

GIT User account git at amethyst.openembedded.net
Wed Jan 28 14:29:55 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9c45286182c96db8e05749daab17f6213f7ff55c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9c45286182c96db8e05749daab17f6213f7ff55c

Author: Marcin Juszkiewicz <hrw at koansoftware.com>
Date:   Wed Jan 28 15:27:32 2009 +0100

linux: enable TX buffers in SRAM on at91sam9263ek - less underruns

---

 .../linux/linux-2.6.28/at91sam9263ek/defconfig     |    6 ++----
 packages/linux/linux_2.6.28.bb                     |    2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/packages/linux/linux-2.6.28/at91sam9263ek/defconfig b/packages/linux/linux-2.6.28/at91sam9263ek/defconfig
index d4355e8..72a8bb8 100644
--- a/packages/linux/linux-2.6.28/at91sam9263ek/defconfig
+++ b/packages/linux/linux-2.6.28/at91sam9263ek/defconfig
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.28
-# Thu Jan 22 13:17:54 2009
+# Wed Jan 28 15:11:30 2009
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -404,8 +404,6 @@ CONFIG_BT_HCIBTSDIO=m
 # CONFIG_AF_RXRPC is not set
 # CONFIG_PHONET is not set
 # CONFIG_WIRELESS is not set
-# CONFIG_MAC80211_RC_DEFAULT_PID is not set
-# CONFIG_MAC80211_RC_DEFAULT_MINSTREL is not set
 # CONFIG_RFKILL is not set
 # CONFIG_NET_9P is not set
 
@@ -613,7 +611,7 @@ CONFIG_DAVICOM_PHY=y
 CONFIG_NET_ETHERNET=y
 CONFIG_MII=y
 CONFIG_MACB=y
-# CONFIG_MACB_TX_SRAM is not set
+CONFIG_MACB_TX_SRAM=y
 # CONFIG_AX88796 is not set
 # CONFIG_SMC91X is not set
 # CONFIG_DM9000 is not set
diff --git a/packages/linux/linux_2.6.28.bb b/packages/linux/linux_2.6.28.bb
index b042a45..e37ab9d 100644
--- a/packages/linux/linux_2.6.28.bb
+++ b/packages/linux/linux_2.6.28.bb
@@ -1,6 +1,6 @@
 require linux.inc
 
-PR = "r1"
+PR = "r2"
 
 # Mark archs/machines that this kernel supports
 DEFAULT_PREFERENCE = "-1"





More information about the Openembedded-commits mailing list