Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de04261d authored by Vince Bridgers's avatar Vince Bridgers Committed by Dinh Nguyen
Browse files

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: default avatarVince Bridgers <vbridger@opensource.altera.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent c517d838
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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