commit | 3d512f0b32b6d0835b66d46b4bb16f206fb68be4 | [log] [tgz] |
---|---|---|
author | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | Mon Apr 30 19:39:49 2018 +0530 |
committer | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | Thu May 17 15:18:42 2018 +0530 |
tree | fb0fa716c9842a9589f08f31194b66c7c6aa2f84 | |
parent | 756e7f282510d7111c67d2f793b09fadf33e7d80 [diff] |
zynqmp: pm: Reverse logic for detecting that the PMU firmware is loaded Use positive logic (pm_up instead of pm_down) to check whether PMU services are available. This change also puts the variable into the BSS section rather than the Data section as the variable is now initialized to 0 rather than 1. Signed-off-by: Will Wong <WILLW@xilinx.com> Signed-off-by: Stefan Krsmanovic <stefan.krsmanovic@aggios.com> Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>