linux-sysmocom: Enable mtdparts handling for the sysmobts-v2

We will change the MTD partitioning for our devices soon. The
kernel needs to honor the cmdline given by the kernel for that.
The rootfs will move a few pages to the back with newer bootloaders.
This commit is contained in:
Holger Hans Peter Freyther 2014-05-19 19:06:40 +02:00
parent 7ac3edabb6
commit f3117eaa22
3 changed files with 4 additions and 3 deletions

View File

@ -779,8 +779,9 @@ CONFIG_EXTRA_FIRMWARE=""
CONFIG_MTD=y
# CONFIG_MTD_TESTS is not set
# CONFIG_MTD_REDBOOT_PARTS is not set
# CONFIG_MTD_CMDLINE_PARTS is not set
CONFIG_MTD_CMDLINE_PARTS=y
# CONFIG_MTD_AFS_PARTS is not set
CONFIG_MTD_OF_PARTS=y
# CONFIG_MTD_AR7_PARTS is not set
#

View File

@ -17,7 +17,7 @@ SRCREV = "bcc4fa827be7f59486ff305d664b42a142025f9b"
SRCREV_sysmocom-odu = "f770b4d8361682c9ba80ca3aff17b49461932ccd"
LINUX_VERSION_sysmocom-odu = "3.2.55"
PR = "r31"
PR = "r32"
PV = "${LINUX_VERSION}+git${SRCPV}"
SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=v3.2 \

View File

@ -16,7 +16,7 @@ BTS_FIRMWARE_NAME_sysmobts-2050 = "sysmobts-v2"
SRCREV = "63f1162771d2ac5581e73cc4912dc1dd0b2279e6"
PR = "r33"
PR = "r34"
PV = "${LINUX_VERSION}+git${SRCPV}"
SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=v3.10 \