]> git.baikalelectronics.ru Git - uboot.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>
Thu, 24 Jan 2019 09:03:42 +0000 (10:03 +0100)
commit90e69d7f51a86408ca392c5852335d71ba302b60
treefe67e59ba656a050b6295aaf832a2af15d2b9d25
parentb687bbe2b55297fd44f2908db2f3d4b9906c756a
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