diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-09-05 11:49:37 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-09-08 09:20:36 +0100 |
commit | 4af5227cdefb1748fd1bfef43c89800f0d8e1d5e (patch) | |
tree | e99c62f216a42a7f3adc57919734413b3e8320dd /EmbeddedPkg/EmbeddedPkg.dsc | |
parent | c52c592a0318ea31f14f09ebffa282dbc94f2e76 (diff) | |
download | edk2-4af5227cdefb1748fd1bfef43c89800f0d8e1d5e.tar.gz edk2-4af5227cdefb1748fd1bfef43c89800f0d8e1d5e.tar.bz2 edk2-4af5227cdefb1748fd1bfef43c89800f0d8e1d5e.zip |
BeagleBoardPkg EmbeddedPkg Omap35xxPkg: move to ArmBaseLib
The various ArmLib flavors are identical in practice, and a new
ArmBaseLib has been introduced that can replace all of them. So replace
all occurrences with ArmBaseLib.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'EmbeddedPkg/EmbeddedPkg.dsc')
-rw-r--r-- | EmbeddedPkg/EmbeddedPkg.dsc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/EmbeddedPkg/EmbeddedPkg.dsc b/EmbeddedPkg/EmbeddedPkg.dsc index a5507ed220..cd1f6df06b 100644 --- a/EmbeddedPkg/EmbeddedPkg.dsc +++ b/EmbeddedPkg/EmbeddedPkg.dsc @@ -134,12 +134,7 @@ # Add support for GCC stack protector
NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
-[LibraryClasses.ARM]
- ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
-
-[LibraryClasses.AARCH64]
- ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf
-
+ ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
################################################################################
#
|