Searched hist:f9d334bdfce2358c6eada4138a2102afc46fb124 (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_disk.c | f9d334bdfce2358c6eada4138a2102afc46fb124 Fri Aug 05 12:49:53 UTC 2016 Alexander Graf <agraf@suse.de> efi_loader: disk: Fix CONFIG_BLK breakage
When using CONFIG_BLK, there were 2 issues:
1) The name we generate the device with has to match the name we set in efi_set_bootdev()
2) The device we pass into our block functions was wrong, we should not rediscover it but just use the already known pointer.
This patch fixes both issues.
Signed-off-by: Alexander Graf <agraf@suse.de>
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | bootefi.c | f9d334bdfce2358c6eada4138a2102afc46fb124 Fri Aug 05 12:49:53 UTC 2016 Alexander Graf <agraf@suse.de> efi_loader: disk: Fix CONFIG_BLK breakage
When using CONFIG_BLK, there were 2 issues:
1) The name we generate the device with has to match the name we set in efi_set_bootdev()
2) The device we pass into our block functions was wrong, we should not rediscover it but just use the already known pointer.
This patch fixes both issues.
Signed-off-by: Alexander Graf <agraf@suse.de>
|