]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/CpuPei: Remove unused functions from the driver
authorRoy Franz <roy.franz@linaro.org>
Tue, 3 Sep 2013 10:14:02 +0000 (10:14 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 3 Sep 2013 10:14:02 +0000 (10:14 +0000)
commit161671977325963e64582531a40129c5def7093b
treeca6a6c36ef3335ef78d85ead58cdcee8aa6dd767
parent4fb254d4b7477f1fb8266cb98e30d8204fde80c4
ArmPkg/CpuPei: Remove unused functions from the driver

The ConfigureMmu() function is unused - the only call to it
is commented out, and the functionality has been moved to
InitMmu() in MemoryInitPeiLib.c.
This change also removes the unused definitions from the file.

Change-Id: Ice795bfee25c403142d0c078533f8a46d04f82e9
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Roy Franz <roy.franz@linaro.org>
Signed-off-by:: Olivier Martin <olivier.martin@arm.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14621 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Drivers/CpuPei/CpuPei.c