mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 15:08:59 +00:00
sunxi: Align PSCI stack calculation to comment
0x400 is true 1K. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
This commit is contained in:
parent
a805b7e5da
commit
3f6242eb30
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ psci_arch_init:
|
|||
|
||||
mrc p15, 0, r4, c0, c0, 5 @ MPIDR
|
||||
and r4, r4, #3 @ cpu number in cluster
|
||||
mov r5, #400 @ 1kB of stack per CPU
|
||||
mov r5, #0x400 @ 1kB of stack per CPU
|
||||
mul r4, r4, r5
|
||||
|
||||
adr r5, text_end @ end of text
|
||||
|
|
Loading…
Add table
Reference in a new issue