]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/mpc85xx:Make L2 cache type independent of CHASSIS2
authorPrabhakar Kushwaha <prabhakar@freescale.com>
Thu, 29 Aug 2013 07:40:38 +0000 (13:10 +0530)
committerYork Sun <yorksun@freescale.com>
Wed, 16 Oct 2013 23:13:11 +0000 (16:13 -0700)
commite982746844605e5155fbd2e0ce13c3ecf7fafe48
tree2889b68a69a0976bca54441caa9fe6839451ac56
parent0e61077b215aff9228a4d6ca746761b49380713c
powerpc/mpc85xx:Make L2 cache type independent of CHASSIS2

CHASSIS2 architecture never defines type of L2 cache present in SoC.
 it is dependent upon the core present in the SoC.
 for example,
    - e6500 core has L2 cluster (Kibo)
    - e5500 core has Backside L2 Cache

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
arch/powerpc/cpu/mpc85xx/cpu_init.c
arch/powerpc/cpu/mpc85xx/fdt.c
arch/powerpc/cpu/mpc85xx/start.S