u-boot-brain/drivers/block
Heinrich Schuchardt ee5041451e 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>
2019-10-30 17:49:40 +01:00
..
blk_legacy.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
blk-uclass.c blk: set log2blksz in blk_create_device() 2019-10-30 17:49:40 +01:00
blkcache.c blk: Increase cache element size 2019-01-15 15:28:53 -05:00
ide.c blk: Call part_init() in the post_probe() method 2018-11-14 09:16:27 -08:00
Kconfig blk: Allow control of the block cache in TPL 2019-07-10 16:52:58 -06:00
Makefile blk: Rework guard around part_init call 2018-12-12 12:14:22 -05:00
sandbox.c blk: Call part_init() in the post_probe() method 2018-11-14 09:16:27 -08:00