baremetal: add some missing lkmc_ prefixes

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-02-20 00:00:03 +00:00
parent 9d69ec26a6
commit e44362b394
3 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ mystart:
isb
/* Load the vector table. */
ldr x0, =vector_table
ldr x0, =lkmc_vector_table
msr vbar_el1, x0
/* Prepare the stack for main, mandatory for C code. */