mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
Nokia RX-51: Change UBIFS volume size to 1870 LEBs in test script
Original Nokia UBIFS system image has 1870 LEBs, so set UBIFS volume size in test script to the same value. Number of 1870 LEBs corresponds to 230MiB (LEB size * num of LEBs = 126KiB * 1870 = 230MiB). Signed-off-by: Pali Rohár <pali@kernel.org>
This commit is contained in:
parent
e1da01d7b1
commit
fd986d6021
@ -129,7 +129,7 @@ cat > ubi.ini << EOF
|
|||||||
mode=ubi
|
mode=ubi
|
||||||
image=ubifs.img
|
image=ubifs.img
|
||||||
vol_id=0
|
vol_id=0
|
||||||
vol_size=160MiB
|
vol_size=230MiB # 1870 LEBs
|
||||||
vol_type=dynamic
|
vol_type=dynamic
|
||||||
vol_name=rootfs
|
vol_name=rootfs
|
||||||
vol_alignment=1
|
vol_alignment=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user