]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: rmobile: Remove unnecessary initialization for l2ctlr
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 7 Aug 2014 00:10:45 +0000 (09:10 +0900)
committerNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 9 Oct 2014 05:45:03 +0000 (14:45 +0900)
This removes duplicate initialization of l2ctlr.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S

index 287f8d74afa342534bc5b42a3f2f8793c7ff4ccf..dbb96ed194af287609513bb17c30b9affc2281d3 100644 (file)
@@ -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