]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: imx: let L2 initialization be a common function
authorShawn Guo <shawn.guo@freescale.com>
Mon, 8 Jul 2013 13:45:20 +0000 (21:45 +0800)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:53:42 +0000 (09:53 +0800)
commit38a567628156d29a848c835c086f1425f2eb753d
treee04112b080078512dd549503c2f066a339b82916
parentf9ff27b09f3debe42ac428da9b0875b4d30a1004
ARM: imx: let L2 initialization be a common function

Move imx6q L2 initialization function imx6q_init_l2cache() into
system.c, and rename it imx_init_l2cache(), so that other platforms
other than imx6q can also use the function.

Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/mach-imx/common.h
arch/arm/mach-imx/mach-imx6q.c
arch/arm/mach-imx/system.c