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

This commit is contained in:
Warner Losh 2014-02-11 22:09:03 +00:00
parent 8add0ced70
commit 360bd8ad2b

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