]> git.baikalelectronics.ru Git - uboot.git/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)
commit304a01f860f2d6ca8bbe0b8df201d29598d646b0
treea3d4ac7ee8e89e175779b6a41b9c2ceb337d4783
parentca38fd9a8d197f662bb1988d8db59a773e2eb4ae
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