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:
Jan Kiszka 2014-11-27 09:38:50 +01:00 committed by Hans de Goede
parent a805b7e5da
commit 3f6242eb30
1 changed files with 1 additions and 1 deletions

View File

@ -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