Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3abe7423 authored by Andrea Adami's avatar Andrea Adami Committed by Russell King
Browse files

ARM: 8085/1: sa1100: collie: add top boot mtd partition



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: default avatarAndrea Adami <andrea.adami@gmail.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 92183103
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -329,6 +329,11 @@ static struct mtd_partition collie_partitions[] = {
		.name		= "rootfs",
		.name		= "rootfs",
		.offset 	= MTDPART_OFS_APPEND,
		.offset 	= MTDPART_OFS_APPEND,
		.size		= 0x00e20000,
		.size		= 0x00e20000,
	}, {
		.name		= "bootblock",
		.offset		= MTDPART_OFS_APPEND,
		.size		= 0x00020000,
		.mask_flags	= MTD_WRITEABLE
	}
	}
};
};