From 773108401d883a97dc624acf8c20f71e50a9a28a Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Thu, 22 Jul 2010 17:47:15 +0200 Subject: [PATCH] [ARM] pxa/z2: Fix flash layout typo Signed-off-by: Marek Vasut --- arch/arm/mach-pxa/z2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-pxa/z2.c b/arch/arm/mach-pxa/z2.c index 07d8bd8c4c6..f0d02288b4c 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, -- 2.11.4.GIT