We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1170e3 commit 9f36b42Copy full SHA for 9f36b42
payloads/external/edk2/Makefile
@@ -112,9 +112,9 @@ ifeq ($(CONFIG_EDK2_SECURE_BOOT_SUPPORT), y)
112
BUILD_STR += -D SECURE_BOOT_ENABLE=TRUE
113
endif
114
# PCIEXP_SUPPORT_RESIZABLE_BARS = FALSE
115
-ifeq ($(CONFIG_PCIEXP_SUPPORT_RESIZABLE_BARS), y)
116
-BUILD_STR += --pcd gEfiMdeModulePkgTokenSpaceGuid.PcdPcieResizableBarSupport=TRUE
117
-endif
+#ifeq ($(CONFIG_PCIEXP_SUPPORT_RESIZABLE_BARS), y)
+#BUILD_STR += --pcd gEfiMdeModulePkgTokenSpaceGuid.PcdPcieResizableBarSupport=TRUE
+#endif
118
119
#
120
# The MrChromebox repository has the following addition options:
0 commit comments