Skip to content

Commit

Permalink
ARM: 8085/1: sa1100: collie: add top boot mtd partition
Browse files Browse the repository at this point in the history
The CFI mapping is now perfect so we can expose the top block, read only.
There isn't much to read, though, just the sharpsl_params values.

Signed-off-by: Andrea Adami <[email protected]>
Signed-off-by: Russell King <[email protected]>
  • Loading branch information
andrea-adami authored and Russell King committed Jun 29, 2014
1 parent 9218310 commit 3abe742
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/mach-sa1100/collie.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,11 @@ static struct mtd_partition collie_partitions[] = {
.name = "rootfs",
.offset = MTDPART_OFS_APPEND,
.size = 0x00e20000,
}, {
.name = "bootblock",
.offset = MTDPART_OFS_APPEND,
.size = 0x00020000,
.mask_flags = MTD_WRITEABLE
}
};

Expand Down

0 comments on commit 3abe742

Please sign in to comment.