iconnect.c (3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7) | iconnect.c (3dc23f7852158fafde9eb736060f9e8131997f19) |
---|---|
1/* 2 * Copyright (C) 2009-2012 3 * Wojciech Dubowik <wojciech.dubowik@neratec.com> 4 * Luka Perkov <luka@openwrt.org> 5 * 6 * SPDX-License-Identifier: GPL-2.0+ 7 */ 8 9#include <common.h> 10#include <miiphy.h> 11#include <asm/arch/cpu.h> | 1/* 2 * Copyright (C) 2009-2012 3 * Wojciech Dubowik <wojciech.dubowik@neratec.com> 4 * Luka Perkov <luka@openwrt.org> 5 * 6 * SPDX-License-Identifier: GPL-2.0+ 7 */ 8 9#include <common.h> 10#include <miiphy.h> 11#include <asm/arch/cpu.h> |
12#include <asm/arch/kirkwood.h> | 12#include <asm/arch/soc.h> |
13#include <asm/arch/mpp.h> 14#include "iconnect.h" 15 16DECLARE_GLOBAL_DATA_PTR; 17 18int board_early_init_f(void) 19{ 20 /* --- 73 unchanged lines hidden --- | 13#include <asm/arch/mpp.h> 14#include "iconnect.h" 15 16DECLARE_GLOBAL_DATA_PTR; 17 18int board_early_init_f(void) 19{ 20 /* --- 73 unchanged lines hidden --- |