mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
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>
This commit is contained in:

committed by
Daniel Schwierzeck

parent
8ebf50692e
commit
0dfe04d6c8
@ -46,7 +46,7 @@ static const struct ath79_soc_desc desc[] = {
|
||||
{ATH79_SOC_QCA9561, "9561", REV_ID_MAJOR_QCA9561, 0},
|
||||
};
|
||||
|
||||
int arch_cpu_init(void)
|
||||
int mach_cpu_init(void)
|
||||
{
|
||||
void __iomem *base;
|
||||
enum ath79_soc_type soc = ATH79_SOC_UNKNOWN;
|
||||
|
Reference in New Issue
Block a user