提交 664d0403 编写于 作者: M Mike Frysinger 提交者: Bryan Wu

Blackfin arch: fix end address for parallel flash and increase kernel partition size to 4meg

Signed-off-by: NMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: NBryan Wu <cooloney@kernel.org>
上级 6c3fc69a
...@@ -462,7 +462,7 @@ static struct mtd_partition ezkit_partitions[] = { ...@@ -462,7 +462,7 @@ static struct mtd_partition ezkit_partitions[] = {
.offset = 0, .offset = 0,
}, { }, {
.name = "linux kernel(nor)", .name = "linux kernel(nor)",
.size = 0x1C0000, .size = 0x400000,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
}, { }, {
.name = "file system(nor)", .name = "file system(nor)",
...@@ -479,7 +479,7 @@ static struct physmap_flash_data ezkit_flash_data = { ...@@ -479,7 +479,7 @@ static struct physmap_flash_data ezkit_flash_data = {
static struct resource ezkit_flash_resource = { static struct resource ezkit_flash_resource = {
.start = 0x20000000, .start = 0x20000000,
.end = 0x20ffffff, .end = 0x21ffffff,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册