commit | ed3ce65958ceb5a7045748e329f4e1dbef5e99e9 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Aug 07 02:13:45 2024 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Aug 11 07:53:16 2024 +0200 |
tree | a8b7fbd0aaa028a8f4d5fa18d6d2f141f8111206 | |
parent | 751e5bfdb531aa3093e02d616a4f0bce701e8b50 [diff] |
boot: set correct block device name in set_efi_bootdev() For SATA devices the class name is 'ahci' but the block device name is 'sata'. Use function blk_get_uclass_name() to retrieve the correct string. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>