]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm64: zynqmp: Do not protect zynqmp_pmufw_version()
authorMichal Simek <michal.simek@xilinx.com>
Thu, 20 Dec 2018 08:41:12 +0000 (09:41 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 28 Jan 2019 07:37:48 +0000 (08:37 +0100)
commitcf030be73176ff829e93e5c66fad161545e9442a
tree6d5e5677622da66dfbd9a99360f0cb396b1390a4
parentc4b5cf418d79f661167948385efe56ac0430a893
arm64: zynqmp: Do not protect zynqmp_pmufw_version()

There is hard dependency for CLK_ZYNQMP to have zynqmp_pmufw_version()
but also FPGA code is calling this function which is possible to use
without actual CLK_ZYNQMP firmware driver to be enabled.
This patch enables the case where only fixed-clock CLK setup is used.

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