Browse Source

[ARM] pxa/z2: Fix flash layout typo

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Marek Vasut 15 năm trước cách đây
mục cha
commit
773108401d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,