Skip to content
Snippets Groups Projects
Commit 25cff0c1 authored by Marek Vasut's avatar Marek Vasut
Browse files

arm: socfpga: vining: Fix mtdparts for 2x256 MiB SF variant


The 2x256 MiB SF variant of this system has 192 MiB rootfs MTD partition
containing UBI on SF0, use the correct size in U-Boot environment, else
U-Boot cannot mount UBI and boot on this variant.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: Siew Chin Lim <elly.siew.chin.lim@intel.com>
Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Cc: Tien Fong Chee <tien.fong.chee@intel.com>
Cc: Tom Rini <trini@konsulko.com>
parent e893e8ea
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"256k(softing1)," \ "256k(softing1)," \
"256k(softing2)," \ "256k(softing2)," \
"14720k(rcvrfs)," /* Recovery */ \ "14720k(rcvrfs)," /* Recovery */ \
"64m(rootfs)," /* Root */ \ "192m(rootfs)," /* Root */ \
"-(userfs)\0" /* User */ \ "-(userfs)\0" /* User */ \
"mtdparts_1_128m=ff705000.spi.1:" /* 16MiB+128MiB SF config */ \ "mtdparts_1_128m=ff705000.spi.1:" /* 16MiB+128MiB SF config */ \
"64m(rootfs)," \ "64m(rootfs)," \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment