]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
MIPS: ath79: Use mach_cpu_init instead of arch_cpu_init
authorPaul Burton <paul.burton@imgtec.com>
Wed, 21 Sep 2016 10:18:47 +0000 (11:18 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 21 Sep 2016 13:04:04 +0000 (15:04 +0200)
commit0dfe04d6c8a52624c5404392168e52fe70fe0dc9
treea7f36cdc9683bf5c1727b162c8814981e2cc81c1
parent8ebf50692ee9694e1b4baa61228376e83c0e106e
MIPS: ath79: Use mach_cpu_init instead of arch_cpu_init

In order to prepare for MIPS arch code making use of arch_cpu_init in a
later patch, stop using it from ath79 SoC code & instead use the new
mach_cpu_init which is provided for this purpose.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
arch/mips/mach-ath79/cpu.c