]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm64: zynqmp: Do not define do_reset() if sysreset is enabled
authorMichal Simek <michal.simek@xilinx.com>
Tue, 13 Jul 2021 14:39:26 +0000 (16:39 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 26 Jul 2021 07:18:45 +0000 (09:18 +0200)
commitf1bc214b0024b8d9585d83a42999a40980728303
treec98b349db91ac69ba25716931053b7592fa9d903
parentbfc05d7e2af334c5907c38a94eddb18b5e92faaf
arm64: zynqmp: Do not define do_reset() if sysreset is enabled

The SPL can also be compiled with sysreset drivers just fine, so
update the condition to cater for that option.
The same change was done by commit efa1a62ad2dd ("ARM: imx8m: Do not define
do_reset() if sysreset is enabled").

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
board/xilinx/zynqmp/zynqmp.c