]> git.baikalelectronics.ru Git - uboot.git/commit
arm64: zynqmp: Do not clear reset reason
authorMichal Simek <michal.simek@xilinx.com>
Tue, 9 Feb 2021 07:50:22 +0000 (08:50 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 23 Feb 2021 13:56:59 +0000 (14:56 +0100)
commitcd2b9fd65c8f14e5359d46337f45da92a367d3c0
treefc6d8120c1ab60cba6b3e7762e20cc08a6b921a5
parent24a3ec57179edb6c3387308be73fffeba1952c4f
arm64: zynqmp: Do not clear reset reason

There is no need to clear reset reason register because it is protected by
PMUFW already which is reported when verbose log is enabled as:
pm_core.c@733 APU> No write permission to 0xFF5E0220

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