]> git.sur5r.net Git - u-boot/commit
arm64: zynqmp: Remove ifdef around zynqmp mmio read and write rotuines
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Thu, 13 Jul 2017 13:31:12 +0000 (19:01 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 2 Aug 2017 07:11:52 +0000 (09:11 +0200)
commitcb186e74fb795bf38037ae9734647a581d29c15a
treea3d4ac7ee8e89e175779b6a41b9c2ceb337d4783
parenta076789efe60ba9a9e22e47c278e03040812cde7
arm64: zynqmp: Remove ifdef around zynqmp mmio read and write rotuines

This patch removes ifdef around mmio read and write rotuines
and make them a single routine by checking the current el.
This patch helps to remove ifdef around invoke_smc as well.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/cpu/armv8/zynqmp/cpu.c