mirror of https://github.com/acidanthera/audk.git
StandaloneMM: Include the newly added library class for MMU functions
The MMU functions needed for StandaloneMM image are now exported through a separate library class. Make the corresponding change in the core's entry point inf file so that it references the correct library class for modifying the MMU attributes. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Sughosh Ganu <sughosh.ganu@arm.com> Reviewed-by: Achin Gupta <achin.gupta@arm.com>
This commit is contained in:
parent
0d1fb6cc8a
commit
34b1d7eafe
|
@ -45,7 +45,7 @@
|
|||
DebugLib
|
||||
|
||||
[LibraryClasses.AARCH64]
|
||||
ArmMmuLib
|
||||
StandaloneMmMmuLib
|
||||
ArmSvcLib
|
||||
|
||||
[Guids]
|
||||
|
|
Loading…
Reference in New Issue