commit | 09ba4ea645072bacf2c4dd5a6360661f847baa10 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Oct 25 12:15:31 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Oct 30 17:49:40 2019 +0100 |
tree | 72a66323f3cef3bf634d35d5cfc3089dd402ff81 | |
parent | aae1e5888802b3e67ae7b5b22e84e248058efd08 [diff] |
blk: set log2blksz in blk_create_device() The ext4 file system requires log2blksz to be set. So when setting the block size on the block descriptor we should fill this field too. This fixes a problem with EFI block devices providing ext4 partitions, cf. https://lists.denx.de/pipermail/u-boot/2019-October/387702.html. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>