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

Commit ac76d889 authored by Grace Pan's avatar Grace Pan Committed by Bryan Wu
Browse files

[Blackfin] arch: Adjust the u-boot and kernel image partition size in mtd device.



Signed-off-by: default avatarGrace Pan <grace.pan@analog.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent bc6e0fa1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -416,7 +416,7 @@ static struct platform_device net2272_bfin_device = {
static struct mtd_partition bfin_spi_flash_partitions[] = {
	{
		.name = "bootloader",
		.size = 0x00020000,
		.size = 0x00040000,
		.offset = 0,
		.mask_flags = MTD_CAP_ROM
	}, {
+1 −1
Original line number Diff line number Diff line
@@ -339,7 +339,7 @@ static struct mtd_partition ezkit_partitions[] = {
		.offset     = 0,
	}, {
		.name       = "Kernel",
		.size       = 0xE0000,
		.size       = 0x1C0000,
		.offset     = MTDPART_OFS_APPEND,
	}, {
		.name       = "RootFS",
+1 −1
Original line number Diff line number Diff line
@@ -228,7 +228,7 @@ static struct mtd_partition ezkit_partitions[] = {
		.offset     = 0,
	}, {
		.name       = "Kernel",
		.size       = 0xE0000,
		.size       = 0x1C0000,
		.offset     = MTDPART_OFS_APPEND,
	}, {
		.name       = "RootFS",