Skip to content

Commit 9f36b42

Browse files
committed
payloads/edk2/Makefile: skip setting ReBAR pcd for Dasharo
Change-Id: I407ed63b2388e04d8d33967f8e13be3f6d3530f5 Signed-off-by: Michał Kopeć <[email protected]>
1 parent a1170e3 commit 9f36b42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

payloads/external/edk2/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ ifeq ($(CONFIG_EDK2_SECURE_BOOT_SUPPORT), y)
112112
BUILD_STR += -D SECURE_BOOT_ENABLE=TRUE
113113
endif
114114
# PCIEXP_SUPPORT_RESIZABLE_BARS = FALSE
115-
ifeq ($(CONFIG_PCIEXP_SUPPORT_RESIZABLE_BARS), y)
116-
BUILD_STR += --pcd gEfiMdeModulePkgTokenSpaceGuid.PcdPcieResizableBarSupport=TRUE
117-
endif
115+
#ifeq ($(CONFIG_PCIEXP_SUPPORT_RESIZABLE_BARS), y)
116+
#BUILD_STR += --pcd gEfiMdeModulePkgTokenSpaceGuid.PcdPcieResizableBarSupport=TRUE
117+
#endif
118118

119119
#
120120
# The MrChromebox repository has the following addition options:

0 commit comments

Comments
 (0)