Swap PA and VA so they are in the right registers...

This commit is contained in:
imp 2014-02-11 22:09:03 +00:00
parent ee403b8a8c
commit c847d19664

View File

@ -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