diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-08-10 15:49:24 +0200 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-08-11 13:25:04 +0200 |
commit | b8f76eaec25e1eaaad805164b09d92231f3765e8 (patch) | |
tree | 2fae48d9fd4e534c021f04e123e0245e0f156ecd /BeagleBoardPkg | |
parent | 22b080c78c7a017c1ca96535d33d53ea58e3859a (diff) | |
download | edk2-b8f76eaec25e1eaaad805164b09d92231f3765e8.tar.gz edk2-b8f76eaec25e1eaaad805164b09d92231f3765e8.tar.bz2 edk2-b8f76eaec25e1eaaad805164b09d92231f3765e8.zip |
BeagleBoardPkg: add missing ArmMmuLib resolution
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 'BeagleBoardPkg')
-rw-r--r-- | BeagleBoardPkg/BeagleBoardPkg.dsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BeagleBoardPkg/BeagleBoardPkg.dsc b/BeagleBoardPkg/BeagleBoardPkg.dsc index aedaf4e042..b4a645ba91 100644 --- a/BeagleBoardPkg/BeagleBoardPkg.dsc +++ b/BeagleBoardPkg/BeagleBoardPkg.dsc @@ -33,6 +33,7 @@ [LibraryClasses.common]
ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
+ ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
ArmPlatformLib|BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardLib.inf
ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA8Lib/ArmCortexA8Lib.inf
ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf
|