瀏覽代碼

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>
Vince Bridgers 11 年之前
父節點
當前提交
de04261d5a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/mach-socfpga/core.h

+ 1 - 1
arch/arm/mach-socfpga/core.h

@@ -45,6 +45,6 @@ extern char secondary_trampoline, secondary_trampoline_end;
 
 
 extern unsigned long socfpga_cpu1start_addr;
 extern unsigned long socfpga_cpu1start_addr;
 
 
-#define SOCFPGA_SCU_VIRT_BASE   0xfffec000
+#define SOCFPGA_SCU_VIRT_BASE   0xfee00000
 
 
 #endif
 #endif