mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-16 06:19:24 +00:00
config-tools: replace "PTDEV_HI_MMIO_START" with "HI_MMIO_START"
"PTDEV_HI_MMIO_START" is removed by the commit
8d9f12f3b7
.
Replace "PTDEV_HI_MMIO_START" with "HI_MMIO_START".
Tracked-On: #5693
Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
This commit is contained in:
@@ -117,7 +117,7 @@ def write_vbar(i_cnt, bdf, pci_bar_dic, bar_attr, \
|
||||
bar_num += 1
|
||||
bar_val = pci_bar_dic[bdf][bar_i].addr
|
||||
if pci_bar_dic[bdf][bar_i].remapped:
|
||||
ptdev_mmio_str = 'PTDEV_HI_MMIO_START + '
|
||||
ptdev_mmio_str = 'HI_MMIO_START + '
|
||||
|
||||
if bar_num == bar_len:
|
||||
if bar_len == 1:
|
||||
|
Reference in New Issue
Block a user