summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/rmobile
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-08-07 09:10:45 +0900
committerNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-10-09 14:45:03 +0900
commit7d835803640e743a60572b49a736370c75f9cb44 (patch)
tree56f2b2b7774b4e698093f2d41fc9e0542f1c2637 /arch/arm/cpu/armv7/rmobile
parentf212a8abf3dc3715b95ce3c187c7402ee40788e6 (diff)
downloadblackbird-obmc-uboot-7d835803640e743a60572b49a736370c75f9cb44.tar.gz
blackbird-obmc-uboot-7d835803640e743a60572b49a736370c75f9cb44.zip
arm: rmobile: Remove unnecessary initialization for l2ctlr
This removes duplicate initialization of l2ctlr. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'arch/arm/cpu/armv7/rmobile')
-rw-r--r--arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S b/arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S
index 287f8d74af..dbb96ed194 100644
--- a/arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S
+++ b/arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S
@@ -42,11 +42,6 @@ do_lowlevel_init:
mcreq p15, 0, r0, c1, c0, 1
/* and set l2 latency */
- mrceq p15, 1, r0, c9, c0, 2 /* l2ctlr */
- orreq r0, r0, #0x00000800
- orreq r0, r0, #0x00000003
- mcreq p15, 1, r0, c9, c0, 2
-
mrc p15, 0, r0, c0, c0, 5 /* r0 = MPIDR */
and r0, r0, #0xf00
lsr r0, r0, #8
OpenPOWER on IntegriCloud