[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: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>

authored by Marek Vasut and committed by Eric Miao 60adc112 56b925fc

+10 -16
+10 -16
arch/arm/mach-pxa/z2.c
··· 3 3 * 4 4 * Support for the Zipit Z2 Handheld device. 5 5 * 6 - * Author: Ken McGuire 7 - * Created: Jan 25, 2009 6 + * Copyright (C) 2009-2010 Marek Vasut <marek.vasut@gmail.com> 7 + * 8 + * Based on research and code by: Ken McGuire 8 9 * Based on mainstone.c as modified for the Zipit Z2. 9 10 * 10 11 * This program is free software; you can redistribute it and/or modify ··· 158 157 { 159 158 .name = "U-Boot Bootloader", 160 159 .offset = 0x0, 161 - .size = 0x20000, 162 - }, 163 - { 164 - .name = "Linux Kernel", 165 - .offset = 0x20000, 166 - .size = 0x220000, 167 - }, 168 - { 169 - .name = "Filesystem", 170 - .offset = 0x240000, 171 - .size = 0x5b0000, 172 - }, 173 - { 160 + .size = 0x40000, 161 + }, { 174 162 .name = "U-Boot Environment", 175 - .offset = 0x7f0000, 163 + .offset = 0x40000, 164 + .size = 0x60000, 165 + }, { 166 + .name = "Flash", 167 + .offset = 0x60000, 176 168 .size = MTDPART_SIZ_FULL, 177 169 }, 178 170 };