diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2018-01-07 14:34:30 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-02-04 12:00:58 +0100 |
commit | 0ec3d98f76923619acfd91f93f8221e609e1e5bc (patch) | |
tree | 9fefe6eeeef7be66c39b33be9f72a06c464be5d5 /include/configs/mx7_common.h | |
parent | 04c28a7810970e404550f3510f8d9dfd90d6dc81 (diff) | |
download | u-boot-0ec3d98f76923619acfd91f93f8221e609e1e5bc.tar.gz |
mx7_common: use psci 1.0 instead of 0.1
Use PSCI 1.0 instead of 0.1 to support more power
management feature like system reset, power off etc..
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Diffstat (limited to 'include/configs/mx7_common.h')
-rw-r--r-- | include/configs/mx7_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h index 17850400c1..8eb0a8078d 100644 --- a/include/configs/mx7_common.h +++ b/include/configs/mx7_common.h @@ -61,6 +61,8 @@ #define CONFIG_ARMV7_SECURE_BASE 0x00900000 +#define CONFIG_ARMV7_PSCI_1_0 + /* Secure boot (HAB) support */ #ifdef CONFIG_SECURE_BOOT #define CONFIG_CSF_SIZE 0x2000 |