[PATCH 07/13] [ARM] pxa/z2: Fix flash layout typo
Eric Miao
eric.y.miao at gmail.com
Wed Aug 4 01:36:16 EDT 2010
On Thu, Jul 29, 2010 at 11:16 AM, Marek Vasut <marek.vasut at gmail.com> wrote:
> Signed-off-by: Marek Vasut <marek.vasut at gmail.com>
Applied.
> ---
> arch/arm/mach-pxa/z2.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-pxa/z2.c b/arch/arm/mach-pxa/z2.c
> index 07d8bd8..f0d0228 100644
> --- a/arch/arm/mach-pxa/z2.c
> +++ b/arch/arm/mach-pxa/z2.c
> @@ -164,7 +164,7 @@ static struct mtd_partition z2_flash_parts[] = {
> }, {
> .name = "U-Boot Environment",
> .offset = 0x40000,
> - .size = 0x60000,
> + .size = 0x20000,
> }, {
> .name = "Flash",
> .offset = 0x60000,
> --
> 1.7.1
>
>
More information about the linux-arm-kernel
mailing list