Commit 60adc112 authored by Marek Vasut's avatar Marek Vasut Committed by Eric Miao

[ARM] pxa/z2: fix flash layout to final version

This patch fixes flash layout to it's final version. Also, I fixed the
authorship information of this file as it's been totally reworked since Ken
released his last version.
Signed-off-by: default avatarMarek Vasut <marek.vasut@gmail.com>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent 56b925fc
...@@ -3,8 +3,9 @@ ...@@ -3,8 +3,9 @@
* *
* Support for the Zipit Z2 Handheld device. * Support for the Zipit Z2 Handheld device.
* *
* Author: Ken McGuire * Copyright (C) 2009-2010 Marek Vasut <marek.vasut@gmail.com>
* Created: Jan 25, 2009 *
* Based on research and code by: Ken McGuire
* Based on mainstone.c as modified for the Zipit Z2. * Based on mainstone.c as modified for the Zipit Z2.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
...@@ -157,21 +158,14 @@ static struct mtd_partition z2_flash_parts[] = { ...@@ -157,21 +158,14 @@ static struct mtd_partition z2_flash_parts[] = {
{ {
.name = "U-Boot Bootloader", .name = "U-Boot Bootloader",
.offset = 0x0, .offset = 0x0,
.size = 0x20000, .size = 0x40000,
}, }, {
{
.name = "Linux Kernel",
.offset = 0x20000,
.size = 0x220000,
},
{
.name = "Filesystem",
.offset = 0x240000,
.size = 0x5b0000,
},
{
.name = "U-Boot Environment", .name = "U-Boot Environment",
.offset = 0x7f0000, .offset = 0x40000,
.size = 0x60000,
}, {
.name = "Flash",
.offset = 0x60000,
.size = MTDPART_SIZ_FULL, .size = MTDPART_SIZ_FULL,
}, },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment