linux-sysmocom: Upgrade to 3.2.40 and add two more UARTS

The kernel has been rebased to target 3.2.40 with various bug
fixes in the upstream work. The sysmobts v2 config has been
changed to allocate space for two more UARTs. These are required
for the multi-trx configuration and they make a warning go away.
This commit is contained in:
Holger Hans Peter Freyther 2013-03-16 20:25:45 +01:00
parent 99a6840eb4
commit 41a683d627
2 changed files with 4 additions and 4 deletions

View File

@ -1055,8 +1055,8 @@ CONFIG_DEVKMEM=y
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_NR_UARTS=3
CONFIG_SERIAL_8250_RUNTIME_UARTS=3
CONFIG_SERIAL_8250_NR_UARTS=5
CONFIG_SERIAL_8250_RUNTIME_UARTS=5
# CONFIG_SERIAL_8250_EXTENDED is not set
#

View File

@ -1,7 +1,7 @@
inherit kernel
require linux-sysmocom.inc
LINUX_VERSION ?= "3.2.36"
LINUX_VERSION ?= "3.2.40"
LINUX_VERSION_EXTENSION ?= "-sysmocom-${LINUX_KERNEL_TYPE}"
# Overrides for the sysmocom bts v1
@ -10,7 +10,7 @@ BTS_FIRMWARE_NAME_sysmobts-v1 = "sysmobts-v1"
# Overrides for the sysmocom bts v2
BTS_FIRMWARE_NAME_sysmobts-v2 = "sysmobts-v2"
SRCREV = "1db46a2b69e034677802b2c83b7d523b4338769f"
SRCREV = "996c4d772886fa81ffa5d2d971ef88e6da41e115"
PR = "r27"
PV = "${LINUX_VERSION}+git${SRCPV}"