diff options
author | Tony Lindgren <tony@atomide.com> | 2018-02-09 09:43:38 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-02-28 14:47:13 -0800 |
commit | e33509c19da5931e4363c85f6e83bd11803ba121 (patch) | |
tree | 46a240d7df94b32015332b0d917b2c80d7c9ae5d /arch/arm/mach-omap2 | |
parent | 2402ff05c6e6ba21ddc7938f21464f2a0b66e744 (diff) | |
download | linux-e33509c19da5931e4363c85f6e83bd11803ba121.tar.bz2 |
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>
Diffstat (limited to 'arch/arm/mach-omap2')
-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 |