payloads/edk2/Makefile: Drop duplicated build string option
The `PRIORITIZE_INTERNAL` option was somehow duplicated, so remove the extra copy, leaving the one under the MrChromebox repo specific settings. TEST=build qemu w/edk2 payload, check build log that the 'PRIORITIZE_INTERNAL' option is only added once to the build string. Change-Id: I4c4c433184d93337c926e256e77054afc00a2566 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81894 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
4
payloads/external/edk2/Makefile
vendored
4
payloads/external/edk2/Makefile
vendored
@@ -79,10 +79,6 @@ endif
|
|||||||
ifneq ($(CONFIG_ECAM_MMCONF_LENGTH),)
|
ifneq ($(CONFIG_ECAM_MMCONF_LENGTH),)
|
||||||
BUILD_STR += --pcd gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseSize=$(CONFIG_ECAM_MMCONF_LENGTH)
|
BUILD_STR += --pcd gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseSize=$(CONFIG_ECAM_MMCONF_LENGTH)
|
||||||
endif
|
endif
|
||||||
# PRIORITIZE_INTERNAL = FALSE
|
|
||||||
ifeq ($(CONFIG_EDK2_PRIORITIZE_INTERNAL),y)
|
|
||||||
BUILD_STR += -D PRIORITIZE_INTERNAL=TRUE
|
|
||||||
endif
|
|
||||||
# PS2_KEYBOARD_ENABLE = FALSE
|
# PS2_KEYBOARD_ENABLE = FALSE
|
||||||
ifeq ($(CONFIG_EDK2_PS2_SUPPORT),y)
|
ifeq ($(CONFIG_EDK2_PS2_SUPPORT),y)
|
||||||
BUILD_STR += -D PS2_KEYBOARD_ENABLE=TRUE
|
BUILD_STR += -D PS2_KEYBOARD_ENABLE=TRUE
|
||||||
|
Reference in New Issue
Block a user