]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm64: zynqmp: Remove PM firmware checking
authorMichal Simek <michal.simek@amd.com>
Tue, 30 Jul 2024 10:42:43 +0000 (12:42 +0200)
committerMichal Simek <michal.simek@amd.com>
Mon, 5 Aug 2024 14:12:38 +0000 (16:12 +0200)
commit507f83fd5b5bf1defd5b3cd4c585a7b69a634073
tree8249a4d302a04d441318e3c1e9d78e019d5dd1b2
parente1ab56659829b92ceaf0f88457d62d15b73ec3b6
arm64: zynqmp: Remove PM firmware checking

Having zynqmp firmware is actually only one valid configuration. In QEMU
case for example there is no PMU that's why this checking can't end up in
panic that's why code remove this code completely.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/05b8bbf0686c72f86ea7f8bfe0da250ddba9e211.1722336162.git.michal.simek@amd.com
board/xilinx/zynqmp/zynqmp.c