From 2d114e7ae26e3e50db52e5bf6ad47eb5bc1681d6 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Wed, 17 Jun 2026 12:11:09 -0400 Subject: [PATCH] MsCorePkg: Fix double components specifier for AARCH64 `[Components.AARCH64, Components.AARCH64]` should just be `[Components.AARCH64]` in `MsCorePkg.dsc`. Signed-off-by: Michael Kubacki --- MsCorePkg/MsCorePkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MsCorePkg/MsCorePkg.dsc b/MsCorePkg/MsCorePkg.dsc index bebf5427d0..1f620dec2b 100644 --- a/MsCorePkg/MsCorePkg.dsc +++ b/MsCorePkg/MsCorePkg.dsc @@ -200,7 +200,7 @@ MsCorePkg/MacAddressEmulationDxe/MacAddressEmulationDxe.inf MsCorePkg/Library/MacAddressEmulationPlatformLibNull/MacAddressEmulationPlatformLibNull.inf -[Components.AARCH64, Components.AARCH64] +[Components.AARCH64] MsCorePkg/Library/MemoryProtectionExceptionHandlerLib/MemoryProtectionExceptionHandlerLib.inf MsCorePkg/Library/MuArmGicExLib/MuArmGicExLib.inf