mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
FatPkg: Drop ARM32 Support
edk2 is dropping support for the ARM32 architecture. This commit removes ARM32 code from FatPkg. Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
This commit is contained in:
parent
b1f7c444e1
commit
9b8cab36cd
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
PLATFORM_GUID = 25b55dbc-9d0b-4a32-80da-46e1273d622c
|
||||
PLATFORM_VERSION = 0.3
|
||||
DSC_SPECIFICATION = 0x00010005
|
||||
SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64|RISCV64|LOONGARCH64
|
||||
SUPPORTED_ARCHITECTURES = IA32|X64|EBC|AARCH64|RISCV64|LOONGARCH64
|
||||
OUTPUT_DIRECTORY = Build/Fat
|
||||
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
||||
SKUID_IDENTIFIER = DEFAULT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue