commit | 6fa55c08462558320c9838361315cab2364c5abc | [log] [tgz] |
---|---|---|
author | lijuang <lijuang@codeaurora.org> | Fri Jun 22 19:19:26 2018 +0800 |
committer | lijuang <lijuang@codeaurora.org> | Tue Jun 26 11:19:32 2018 +0800 |
tree | 3be30b9ffcb3611bbb01eb0805d2e75d8b4a0928 | |
parent | 0b2912fe122f9c1f815e2f2a1f7817f25fc32ad2 [diff] [blame] |
QcomModulePkg: Correct the dtbo idx dtbo_idx should be the index of dt_table_entry in DTBO partition, not the partition number in GPT. Change-Id: I8a2b1c208afe262ffc2783b87fc10b70be084c74
diff --git a/QcomModulePkg/Include/Library/LocateDeviceTree.h b/QcomModulePkg/Include/Library/LocateDeviceTree.h index f62466b..76bb0e6 100644 --- a/QcomModulePkg/Include/Library/LocateDeviceTree.h +++ b/QcomModulePkg/Include/Library/LocateDeviceTree.h
@@ -269,5 +269,5 @@ DeviceTreeValidate (UINT8 *DeviceTreeBuff, UINT32 PageSize, UINT32 *DeviceTreeSize); - +INT32 GetDtboIdx (VOID); #endif