Swap PA and VA so they are in the right registers...
This commit is contained in:
parent
8add0ced70
commit
360bd8ad2b
@ -170,8 +170,8 @@ Lunmapped:
|
||||
|
||||
#if defined(SOCDEV_PA) && defined(SOCDEV_VA)
|
||||
/* Create the custom map */
|
||||
ldr r1, =SOCDEV_VA
|
||||
ldr r2, =SOCDEV_PA
|
||||
ldr r1, =SOCDEV_PA
|
||||
ldr r2, =SOCDEV_VA
|
||||
bl build_pagetables
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user