guruplug.c (326ea986ac150acdc7656d57fca647db80b50158) | guruplug.c (3dc23f7852158fafde9eb736060f9e8131997f19) |
---|---|
1/* 2 * (C) Copyright 2009 3 * Marvell Semiconductor <www.marvell.com> 4 * Written-by: Siddarth Gore <gores@marvell.com> 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 * (C) Copyright 2009 3 * Marvell Semiconductor <www.marvell.com> 4 * Written-by: Siddarth Gore <gores@marvell.com> 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 "guruplug.h" 15 16DECLARE_GLOBAL_DATA_PTR; 17 18int board_early_init_f(void) 19{ 20 /* --- 118 unchanged lines hidden --- | 13#include <asm/arch/mpp.h> 14#include "guruplug.h" 15 16DECLARE_GLOBAL_DATA_PTR; 17 18int board_early_init_f(void) 19{ 20 /* --- 118 unchanged lines hidden --- |