]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/samsung/origen/origen.c
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[thirdparty/u-boot.git] / board / samsung / origen / origen.c
CommitLineData
83d290c5 1// SPDX-License-Identifier: GPL-2.0+
b9a1ef21
CK
2/*
3 * Copyright (C) 2011 Samsung Electronics
b9a1ef21
CK
4 */
5
d678a59d 6#include <common.h>
b9a1ef21 7#include <asm/io.h>
903fd795 8#include <asm/gpio.h>
b9a1ef21 9#include <asm/arch/cpu.h>
b9a1ef21 10#include <asm/arch/mmc.h>
198a40b9
RS
11#include <asm/arch/periph.h>
12#include <asm/arch/pinmux.h>
bf7716d6 13#include <usb.h>
b9a1ef21 14
bf7716d6 15int board_usb_init(int index, enum usb_init_type init)
b9a1ef21 16{
b9a1ef21
CK
17 return 0;
18}
19
bf7716d6
PW
20#ifdef CONFIG_BOARD_EARLY_INIT_F
21int exynos_early_init_f(void)
b9a1ef21 22{
bf7716d6 23 return 0;
b9a1ef21
CK
24}
25#endif