Explorar o código

[ARM] pxa/z2: Fix flash layout typo

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Marek Vasut %!s(int64=15) %!d(string=hai) anos
pai
achega
773108401d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      arch/arm/mach-pxa/z2.c

+ 1 - 1
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,