ramips: rt305x: make config and factory partitions read-only on the ATP-52B

SVN-Revision: 28002
This commit is contained in:
Gabor Juhos 2011-08-15 18:55:48 +00:00
parent 75e2360ab3
commit 35ecf12059

View file

@ -72,10 +72,12 @@ static struct mtd_partition argus_atp52b_partitions[] = {
.name = "config", .name = "config",
.offset = 0x030000, .offset = 0x030000,
.size = 0x010000, .size = 0x010000,
.mask_flags = MTD_WRITEABLE,
}, { }, {
.name = "factory", .name = "factory",
.offset = 0x040000, .offset = 0x040000,
.size = 0x010000, .size = 0x010000,
.mask_flags = MTD_WRITEABLE,
}, { }, {
.name = "kernel", .name = "kernel",
.offset = 0x050000, .offset = 0x050000,