diff options
| author | 2018-02-09 09:43:38 -0800 | |
|---|---|---|
| committer | 2018-02-28 14:47:13 -0800 | |
| commit | e33509c19da5931e4363c85f6e83bd11803ba121 (patch) | |
| tree | 46a240d7df94b32015332b0d917b2c80d7c9ae5d | |
| parent | ARM: OMAP2+: Use v7_invalidate_l1 in omap4_finish_suspend (diff) | |
ARM: OMAP2+: Fix typo for wakeup_ns_pa_addr
This is in bank1, not in bank3.
Cc: Tero Kristo <t-kristo@ti.com>
Cc: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
| -rw-r--r-- | arch/arm/mach-omap2/omap4-sar-layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap4-sar-layout.h b/arch/arm/mach-omap2/omap4-sar-layout.h index 5b2966a0f733..9fc4e2643ce7 100644 --- a/arch/arm/mach-omap2/omap4-sar-layout.h +++ b/arch/arm/mach-omap2/omap4-sar-layout.h @@ -28,7 +28,7 @@ #define L2X0_AUXCTRL_OFFSET 0xff8 #define L2X0_PREFETCH_CTRL_OFFSET 0xffc -/* CPUx Wakeup Non-Secure Physical Address offsets in SAR_BANK3 */ +/* CPUx Wakeup Non-Secure Physical Address offsets in SAR_BANK1 */ #define CPU0_WAKEUP_NS_PA_ADDR_OFFSET 0xa04 #define CPU1_WAKEUP_NS_PA_ADDR_OFFSET 0xa08 #define OMAP5_CPU0_WAKEUP_NS_PA_ADDR_OFFSET 0xe00 |
