]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: rmobile: r8a7794: Skip initialize L2 cache
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 7 Aug 2014 23:44:02 +0000 (08:44 +0900)
committerNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 9 Oct 2014 05:45:03 +0000 (14:45 +0900)
commit88982893c4d50692b80a2155146cda9e42266c6b
tree6deabe404924ddcd958ea790c864185be77bbb33
parent237faf095fb43abbed6e40266ef7efccc8b9308b
arm: rmobile: r8a7794: Skip initialize L2 cache

rmobile/lowlevel_init_ca15.S are common in r8a7790, r8a7791 and r8a7794 of
rmobile SoCs.  The initialize L2 cache in lowlevel_init_ca15.S only needed
for Cortex-A15. The r8a7794 is Cortex-A7, not Cortex-A15.
This adds Skip to initialize L2 cache when r8a7794.

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