From 773108401d883a97dc624acf8c20f71e50a9a28a Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Thu, 22 Jul 2010 17:47:15 +0200 Subject: [ARM] pxa/z2: Fix flash layout typo Signed-off-by: Marek Vasut 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, -- cgit v0.10.2