ar71xx: mark soft_config mtd part as writeable for RB-941-2nD
authorThibaut VARENE <hacks@slashdirt.org>
Wed, 18 Jan 2017 09:44:19 +0000 (10:44 +0100)
committerFelix Fietkau <nbd@nbd.name>
Wed, 1 Feb 2017 13:59:29 +0000 (14:59 +0100)
The soft_config partition must be writeable for rbcfg to be able to
enact changes to the routerboot configuration.
The read-only flag was a mistake in the initial patch. Removing it
brings mach-rb941.c in line with all other RB platforms.

Signed-off-by: Thibaut VARENE <hacks@slashdirt.org>
target/linux/ar71xx/files/arch/mips/ath79/mach-rb941.c

index 5a8c7c0251505d7d05bc0a5d6704e5ddf8e00bc4..5da950bb88781aa1e86e229df8d9b3b28cf550b9 100644 (file)
@@ -99,7 +99,6 @@ static struct mtd_partition rb941_spi_partitions[] = {
             .name = "soft_config",
             .offset = RB_SOFT_CFG_OFFSET,
             .size = RB_SOFT_CFG_SIZE,
-            .mask_flags = MTD_WRITEABLE,
     }, {
             .name = "rootfs",
             .offset = RB_ROOTFS_OFFSET,