diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-01 23:36:59 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-01 23:36:59 +0000 |
commit | 8d0fe26cbf66739ba80f7d2fc6acb683cecbf68f (patch) | |
tree | 4ebed8244fe20cd911cd02f112191abc9c77c62d /ArmPlatformPkg/Include | |
parent | d314d05f4033801a7a67c3645f1cfa022675525e (diff) | |
download | edk2-8d0fe26cbf66739ba80f7d2fc6acb683cecbf68f.tar.gz edk2-8d0fe26cbf66739ba80f7d2fc6acb683cecbf68f.tar.bz2 edk2-8d0fe26cbf66739ba80f7d2fc6acb683cecbf68f.zip |
ArmPlatformPkg: Remove ArmPlatformBootRemapping() function from the ArmPlatformLib
Memory map remapping is a platform specific feature only enabled by some platforms.
Instead of keeping this function empty for most platforms, the function has been
removed. This feature can easily fit in any other ArmPlatformLib function.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12632 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Include')
-rw-r--r-- | ArmPlatformPkg/Include/Library/ArmPlatformLib.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ArmPlatformPkg/Include/Library/ArmPlatformLib.h b/ArmPlatformPkg/Include/Library/ArmPlatformLib.h index 4362760c73..44a9884b88 100644 --- a/ArmPlatformPkg/Include/Library/ArmPlatformLib.h +++ b/ArmPlatformPkg/Include/Library/ArmPlatformLib.h @@ -132,18 +132,6 @@ ArmPlatformInitializeSystemMemory ( ); /** - Remap the memory at 0x0 - - Some platform requires or gives the ability to remap the memory at the address 0x0. - This function can do nothing if this feature is not relevant to your platform. - -**/ -VOID -ArmPlatformBootRemapping ( - VOID - ); - -/** Initialize the Secure peripherals and memory regions If Trustzone is supported by your platform then this function makes the required initialization |