]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: use EfiBootServicesData for device path
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 17 Aug 2021 13:15:23 +0000 (15:15 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 17 Aug 2021 15:24:08 +0000 (17:24 +0200)
commitebac433e0eb3c968bd69e37b1246e091423ad5e6
tree0cbdb3710b5534dee1333eca68adb843e8aa8caa
parent7d1485f4af1827d9a4584e6b38d464e2ba15861a
efi_loader: use EfiBootServicesData for device path

dp_alloc() was using a constant from the wrong enum resulting in creating
device paths in EfiReservedMemory.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_device_path.c