1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-04 00:09:01 +01:00
Files
u-boot-megous/drivers/block
Bin Meng 8f994c860d sandbox: blk: Switch to use platdata_auto_alloc_size for the driver data
Currently the sandbox block driver uses priv_auto_alloc_size for
the driver data, however that's only available after the device
probe phase. In order to make it accessible in an earlier phase,
switch to use platdata_auto_alloc_size instead.

This patch is the prerequisite for the follow up patch of DM BLK
driver changes to work with Sandbox.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2018-11-14 09:16:27 -08:00
..
2018-10-09 04:40:27 -06:00
2018-10-09 04:40:27 -06:00