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 /Omap35xxPkg | |
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 'Omap35xxPkg')
-rw-r--r-- | Omap35xxPkg/Omap35xxPkg.dsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Omap35xxPkg/Omap35xxPkg.dsc b/Omap35xxPkg/Omap35xxPkg.dsc index f3366cabe8..11259191e1 100644 --- a/Omap35xxPkg/Omap35xxPkg.dsc +++ b/Omap35xxPkg/Omap35xxPkg.dsc @@ -33,7 +33,7 @@ [LibraryClasses.common]
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
- ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
+ ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|