summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/sunxi
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-10-27 23:59:27 +0100
committerHans de Goede <hdegoede@redhat.com>2014-11-13 14:49:01 +0100
commit9d8a533e3fd04af1b40f7ffb64381ff6099614e4 (patch)
tree70958a617283452111a622f1576306865b416e26 /arch/arm/cpu/armv7/sunxi
parent62c87ef2e988558edbf983c9344ceb9370dbbf02 (diff)
downloadblackbird-obmc-uboot-9d8a533e3fd04af1b40f7ffb64381ff6099614e4.tar.gz
blackbird-obmc-uboot-9d8a533e3fd04af1b40f7ffb64381ff6099614e4.zip
sun6i: Add cpucfg register definitions
Not used atm, for future use (e.g. PSCI). Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'arch/arm/cpu/armv7/sunxi')
-rw-r--r--arch/arm/cpu/armv7/sunxi/psci.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/cpu/armv7/sunxi/psci.S b/arch/arm/cpu/armv7/sunxi/psci.S
index 0084c811f3..b9ea78b84e 100644
--- a/arch/arm/cpu/armv7/sunxi/psci.S
+++ b/arch/arm/cpu/armv7/sunxi/psci.S
@@ -87,8 +87,8 @@ psci_cpu_on:
str r2, [r0]
dsb
- movw r0, #(SUNXI_CPUCFG_BASE & 0xffff)
- movt r0, #(SUNXI_CPUCFG_BASE >> 16)
+ movw r0, #(SUN7I_CPUCFG_BASE & 0xffff)
+ movt r0, #(SUN7I_CPUCFG_BASE >> 16)
@ CPU mask
and r1, r1, #3 @ only care about first cluster
OpenPOWER on IntegriCloud