ib62x0.c (326ea986ac150acdc7656d57fca647db80b50158) | ib62x0.c (3dc23f7852158fafde9eb736060f9e8131997f19) |
---|---|
1/* 2 * Copyright (C) 2011-2012 3 * Gerald Kerma <dreagle@doukki.net> 4 * Luka Perkov <luka@openwrt.org> 5 * Simon Baatz <gmbnomis@gmail.com> 6 * 7 * SPDX-License-Identifier: GPL-2.0+ 8 */ 9 10#include <common.h> 11#include <miiphy.h> 12#include <asm/io.h> 13#include <asm/arch/cpu.h> | 1/* 2 * Copyright (C) 2011-2012 3 * Gerald Kerma <dreagle@doukki.net> 4 * Luka Perkov <luka@openwrt.org> 5 * Simon Baatz <gmbnomis@gmail.com> 6 * 7 * SPDX-License-Identifier: GPL-2.0+ 8 */ 9 10#include <common.h> 11#include <miiphy.h> 12#include <asm/io.h> 13#include <asm/arch/cpu.h> |
14#include <asm/arch/kirkwood.h> | 14#include <asm/arch/soc.h> |
15#include <asm/arch/mpp.h> 16#include "ib62x0.h" 17 18DECLARE_GLOBAL_DATA_PTR; 19 20int board_early_init_f(void) 21{ 22 /* --- 46 unchanged lines hidden --- | 15#include <asm/arch/mpp.h> 16#include "ib62x0.h" 17 18DECLARE_GLOBAL_DATA_PTR; 19 20int board_early_init_f(void) 21{ 22 /* --- 46 unchanged lines hidden --- |