dockstar.c (326ea986ac150acdc7656d57fca647db80b50158) | dockstar.c (3dc23f7852158fafde9eb736060f9e8131997f19) |
---|---|
1/* 2 * Copyright (C) 2010 Eric C. Cooper <ecc@cmu.edu> 3 * 4 * Based on sheevaplug.c originally written by 5 * Prafulla Wadaskar <prafulla@marvell.com> 6 * (C) Copyright 2009 7 * Marvell Semiconductor <www.marvell.com> 8 * 9 * SPDX-License-Identifier: GPL-2.0+ 10 */ 11 12#include <common.h> 13#include <miiphy.h> | 1/* 2 * Copyright (C) 2010 Eric C. Cooper <ecc@cmu.edu> 3 * 4 * Based on sheevaplug.c originally written by 5 * Prafulla Wadaskar <prafulla@marvell.com> 6 * (C) Copyright 2009 7 * Marvell Semiconductor <www.marvell.com> 8 * 9 * SPDX-License-Identifier: GPL-2.0+ 10 */ 11 12#include <common.h> 13#include <miiphy.h> |
14#include <asm/arch/kirkwood.h> | 14#include <asm/arch/soc.h> |
15#include <asm/arch/mpp.h> 16#include <asm/arch/cpu.h> 17#include <asm/io.h> 18#include "dockstar.h" 19 20DECLARE_GLOBAL_DATA_PTR; 21 22int board_early_init_f(void) --- 145 unchanged lines hidden --- | 15#include <asm/arch/mpp.h> 16#include <asm/arch/cpu.h> 17#include <asm/io.h> 18#include "dockstar.h" 19 20DECLARE_GLOBAL_DATA_PTR; 21 22int board_early_init_f(void) --- 145 unchanged lines hidden --- |