diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-10-27 23:59:27 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2014-11-13 14:49:01 +0100 |
commit | 9d8a533e3fd04af1b40f7ffb64381ff6099614e4 (patch) | |
tree | 70958a617283452111a622f1576306865b416e26 /arch/arm/cpu/armv7/sunxi | |
parent | 62c87ef2e988558edbf983c9344ceb9370dbbf02 (diff) | |
download | u-boot-imx-9d8a533e3fd04af1b40f7ffb64381ff6099614e4.zip u-boot-imx-9d8a533e3fd04af1b40f7ffb64381ff6099614e4.tar.gz u-boot-imx-9d8a533e3fd04af1b40f7ffb64381ff6099614e4.tar.bz2 |
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.S | 4 |
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 0084c81..b9ea78b 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 |