diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-03 09:23:19 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-03 09:23:19 +0000 |
commit | e7f7105ba0d231bf3176a2b7f1d82cf9cead5e34 (patch) | |
tree | 0c7c256263b5bb7051848cb4d443d61b5d51e55a /ArmPlatformPkg/ArmVExpressPkg/Library | |
parent | 5a4b8c6a55a5777ed1c4cab6547a10a714f4fe65 (diff) | |
download | edk2-platforms-e7f7105ba0d231bf3176a2b7f1d82cf9cead5e34.tar.xz |
ArmPkg: Renamed PL354SmcSecLib into PL354SmcLib
There is no requirement to initialize the SMC in secure world.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11738 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/ArmVExpressPkg/Library')
-rw-r--r-- | ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/ArmVExpressSecLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/ArmVExpressSecLib.inf b/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/ArmVExpressSecLib.inf index aefd53c486..a9b2221304 100644 --- a/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/ArmVExpressSecLib.inf +++ b/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/ArmVExpressSecLib.inf @@ -30,7 +30,7 @@ IoLib
ArmLib
ArmTrustZoneLib
- PL354SmcSecLib
+ PL354SmcLib
PL341DmcLib
PL301AxiLib
L2X0CacheLib
|