commit | b4c498266f9cd887121e105b09f61152571737dd | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Wed Mar 29 21:25:52 2023 +0200 |
committer | Stefan Roese <sr@denx.de> | Thu Apr 13 11:34:24 2023 +0200 |
tree | 6ae5ba8054aa09577e5622deda944d3500a4cc13 | |
parent | d6a4077e61fbf3b97fa3280fd99aa56225e74ddb [diff] |
arm: mvebu: spl: Do not hardcode SATA block size to 512 Find SATA block device by blk_get_devnum_by_uclass_id() function and read from it the real block size of the SATA disk. Signed-off-by: Pali Rohár <pali@kernel.org>