Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoaderFdt.c81 UINT64 FdtAlignment; in RelocateFdt() local
86 FdtAlignment = PcdGet32 (PcdArmLinuxFdtAlignment); in RelocateFdt()
87 if (FdtAlignment != 0) { in RelocateFdt()
88 *RelocatedFdtSize += FdtAlignment; in RelocateFdt()
115 if (FdtAlignment != 0) { in RelocateFdt()
116 *RelocatedFdt = ALIGN (*RelocatedFdt, FdtAlignment); in RelocateFdt()