diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2018-10-15 02:21:06 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-11-14 09:16:27 -0800 |
commit | f26ce03b444ac97448eca0cc58071f5fa8ffc3bd (patch) | |
tree | 618078ba11d28b94322b0e7b9f7c8a3c7b9f0369 /cmd/sata.c | |
parent | 8f994c860d91cb40cf1bf6b9c69aeb40d05e9343 (diff) | |
download | u-boot-f26ce03b444ac97448eca0cc58071f5fa8ffc3bd.tar.gz |
efi_driver: blk: Switch to use platdata_auto_alloc_size for the driver data
Currently the efi 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 EFI loader.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd/sata.c')
0 files changed, 0 insertions, 0 deletions