Commit 77310840 authored by Marek Vasut's avatar Marek Vasut Committed by Eric Miao

[ARM] pxa/z2: Fix flash layout typo

Signed-off-by: default avatarMarek Vasut <marek.vasut@gmail.com>
parent 08411594
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment