mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
ARMv7 does not support SDCR
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
This commit is contained in:
@@ -107,6 +107,7 @@
|
||||
vmsr FPEXC, r0
|
||||
isb
|
||||
|
||||
#if (ARM_ARCH_MAJOR > 7)
|
||||
/* ---------------------------------------------------------------------
|
||||
* Initialise SDCR, setting all the fields rather than relying on hw.
|
||||
*
|
||||
@@ -116,6 +117,7 @@
|
||||
*/
|
||||
ldr r0, =(SDCR_RESET_VAL | SDCR_SPD(SDCR_SPD_DISABLE))
|
||||
stcopr r0, SDCR
|
||||
#endif
|
||||
|
||||
.endm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user