diff options
Diffstat (limited to 'arch/arm/mach-qcom/scm-boot.h')
-rw-r--r-- | arch/arm/mach-qcom/scm-boot.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-qcom/scm-boot.h b/arch/arm/mach-qcom/scm-boot.h index 6aabb2428176..3e210fb818bb 100644 --- a/arch/arm/mach-qcom/scm-boot.h +++ b/arch/arm/mach-qcom/scm-boot.h | |||
@@ -18,7 +18,9 @@ | |||
18 | #define SCM_FLAG_COLDBOOT_CPU3 0x20 | 18 | #define SCM_FLAG_COLDBOOT_CPU3 0x20 |
19 | #define SCM_FLAG_WARMBOOT_CPU0 0x04 | 19 | #define SCM_FLAG_WARMBOOT_CPU0 0x04 |
20 | #define SCM_FLAG_WARMBOOT_CPU1 0x02 | 20 | #define SCM_FLAG_WARMBOOT_CPU1 0x02 |
21 | #define SCM_FLAG_WARMBOOT_CPU2 0x10 | ||
22 | #define SCM_FLAG_WARMBOOT_CPU3 0x40 | ||
21 | 23 | ||
22 | int scm_set_boot_addr(phys_addr_t addr, int flags); | 24 | int scm_set_boot_addr(u32 addr, int flags); |
23 | 25 | ||
24 | #endif | 26 | #endif |