Browse Source

arm64: use psci reset on snapdragon

This actually works on snapdragon.. not sure why we weren't using it.
Fixes reboot/poweroff when using UEFI.

Signed-off-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Alexander Graf <agraf@suse.de>
Rob Clark 8 years ago
parent
commit
8bf5c1e191
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/cpu/armv8/Kconfig

+ 1 - 1
arch/arm/cpu/armv8/Kconfig

@@ -92,7 +92,7 @@ config PSCI_RESET
 		   !TARGET_LS1043ARDB && !TARGET_LS1043AQDS && \
 		   !TARGET_LS1043ARDB && !TARGET_LS1043AQDS && \
 		   !TARGET_LS1046ARDB && !TARGET_LS1046AQDS && \
 		   !TARGET_LS1046ARDB && !TARGET_LS1046AQDS && \
 		   !TARGET_LS2081ARDB && \
 		   !TARGET_LS2081ARDB && \
-		   !ARCH_UNIPHIER && !ARCH_SNAPDRAGON && !TARGET_S32V234EVB
+		   !ARCH_UNIPHIER && !TARGET_S32V234EVB
 	help
 	help
 	  Most armv8 systems have PSCI support enabled in EL3, either through
 	  Most armv8 systems have PSCI support enabled in EL3, either through
 	  ARM Trusted Firmware or other firmware.
 	  ARM Trusted Firmware or other firmware.