]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: ext: Use partition size for mount
authorMayuresh Chitale <mchitale@ventanamicro.com>
Tue, 2 May 2023 16:10:20 +0000 (21:40 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 14 Jun 2023 16:56:10 +0000 (12:56 -0400)
commit7a5f4e4c2f8956b3e4d5b0957990b9ea1818bedb
tree9b1e56d495120dd51fa04632460cb357140ecf51
parent19b77d3d23966a0d6dbb3c86187765f11100fb6f
spl: ext: Use partition size for mount

Since commit 9905cae65e03 ("fs: ext4: check the minimal partition size
to mount"), a valid size needs to be provided when mounting
an ext filesystem. Fix the spl ext driver to use the parition size
instead of 0 when mounting the filesystem.

Signed-off-by: Mayuresh Chitale <mchitale@ventanamicro.com>
common/spl/spl_ext.c