summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-socfpga
diff options
context:
space:
mode:
authorVince Bridgers2015-02-11 19:34:25 +0100
committerDinh Nguyen2015-03-04 20:03:01 +0100
commitde04261d5ac26c523a9737980d1e4f580f0e48f7 (patch)
treea83a683809853f52806b2b666aea5808b87df438 /arch/arm/mach-socfpga
parentLinux 4.0-rc1 (diff)
downloadkernel-qcow2-linux-de04261d5ac26c523a9737980d1e4f580f0e48f7.tar.gz
kernel-qcow2-linux-de04261d5ac26c523a9737980d1e4f580f0e48f7.tar.xz
kernel-qcow2-linux-de04261d5ac26c523a9737980d1e4f580f0e48f7.zip
ARM: socfpga: Correct SCU virtual mapping in socfpga
Correct SCU virtual mapping that was causing this BUG message: "BUG: mapping for 0xfffec000 at 0xfffec000 out of vmalloc space" Signed-off-by: Vince Bridgers <vbridger@opensource.altera.com> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'arch/arm/mach-socfpga')
-rw-r--r--arch/arm/mach-socfpga/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-socfpga/core.h b/arch/arm/mach-socfpga/core.h
index 483cb467bf65..a0f3b1cd497c 100644
--- a/arch/arm/mach-socfpga/core.h
+++ b/arch/arm/mach-socfpga/core.h
@@ -45,6 +45,6 @@ extern char secondary_trampoline, secondary_trampoline_end;
extern unsigned long socfpga_cpu1start_addr;
-#define SOCFPGA_SCU_VIRT_BASE 0xfffec000
+#define SOCFPGA_SCU_VIRT_BASE 0xfee00000
#endif