Home
last modified time | relevance | path

Searched refs:FdtDevicePathNodes (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
DBootMenu.c721 EFI_DEVICE_PATH_PROTOCOL *FdtDevicePathNodes; in UpdateFdtPath() local
738 Status = SupportedBootDevice->Support->CreateDevicePathNode (L"FDT blob", &FdtDevicePathNodes); in UpdateFdtPath()
744 if (FdtDevicePathNodes != NULL) { in UpdateFdtPath()
747 FdtDevicePath = AppendDevicePath (SupportedBootDevice->DevicePathProtocol, FdtDevicePathNodes); in UpdateFdtPath()
748 FreePool (FdtDevicePathNodes); in UpdateFdtPath()