From 7c75f8e5b2c3877487b424a1523c1e2a0caa4111 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Fri, 12 Apr 2024 16:34:30 -0500 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/81894 Tested-by: build bot (Jenkins) Reviewed-by: Sean Rhodes --- payloads/external/edk2/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'payloads/external/edk2') diff --git a/payloads/external/edk2/Makefile b/payloads/external/edk2/Makefile index dd95942f2d..3b73ce89ea 100644 --- a/payloads/external/edk2/Makefile +++ b/payloads/external/edk2/Makefile @@ -79,10 +79,6 @@ endif ifneq ($(CONFIG_ECAM_MMCONF_LENGTH),) BUILD_STR += --pcd gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseSize=$(CONFIG_ECAM_MMCONF_LENGTH) endif -# PRIORITIZE_INTERNAL = FALSE -ifeq ($(CONFIG_EDK2_PRIORITIZE_INTERNAL),y) -BUILD_STR += -D PRIORITIZE_INTERNAL=TRUE -endif # PS2_KEYBOARD_ENABLE = FALSE ifeq ($(CONFIG_EDK2_PS2_SUPPORT),y) BUILD_STR += -D PS2_KEYBOARD_ENABLE=TRUE -- cgit v1.2.3