]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/amlogic/u200/u200.c
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[thirdparty/u-boot.git] / board / amlogic / u200 / u200.c
CommitLineData
b050a300
JB
1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2016 BayLibre, SAS
4 * Author: Neil Armstrong <narmstrong@baylibre.com>
5 */
6
d678a59d 7#include <common.h>
b050a300 8#include <dm.h>
691d719d 9#include <init.h>
90526e9f 10#include <net.h>
b050a300
JB
11#include <asm/io.h>
12#include <asm/arch/axg.h>
13#include <asm/arch/sm.h>
14#include <asm/arch/eth.h>
15#include <asm/arch/mem.h>
16
17int misc_init_r(void)
18{
2fbd3700 19 meson_generate_serial_ethaddr();
b050a300
JB
20
21 return 0;
22}