Merge pull request #2530 from qz721/libcpu_cortex_a
Disable the data alignment check.
This commit is contained in:
commit
238c93468f
@ -51,6 +51,11 @@ _reset:
|
|||||||
/* set the cpu to SVC32 mode and disable interrupt */
|
/* set the cpu to SVC32 mode and disable interrupt */
|
||||||
cps #Mode_SVC
|
cps #Mode_SVC
|
||||||
|
|
||||||
|
/* disable the data alignment check */
|
||||||
|
mrc p15, 0, r1, c1, c0, 0
|
||||||
|
bic r1, #(1<<1)
|
||||||
|
mcr p15, 0, r1, c1, c0, 0
|
||||||
|
|
||||||
/* setup stack */
|
/* setup stack */
|
||||||
bl stack_setup
|
bl stack_setup
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user