summaryrefslogtreecommitdiffstats
path: root/board/amlogic/sei510/sei510.c
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2021-02-25 09:44:38 +0100
committerNeil Armstrong <narmstrong@baylibre.com>2021-04-06 11:10:29 +0200
commit2fbd37001c77f0b78d43c578d8e350a6afa27e24 (patch)
treeb877d17c45d76172f1394f7f7fee5055dd12c4e4 /board/amlogic/sei510/sei510.c
parent775998d4518c2da2cda02e11edd73a6a7397fcc9 (diff)
downloadu-boot-2fbd37001c77f0b78d43c578d8e350a6afa27e24.tar.gz
u-boot-2fbd37001c77f0b78d43c578d8e350a6afa27e24.tar.xz
u-boot-2fbd37001c77f0b78d43c578d8e350a6afa27e24.zip
arm: meson: remove static ethernet link setup
The static ethernet link type config code is no more needed because now handled by the meson8b glue driver, delete it. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'board/amlogic/sei510/sei510.c')
-rw-r--r--board/amlogic/sei510/sei510.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/amlogic/sei510/sei510.c b/board/amlogic/sei510/sei510.c
index 5a5148ea68..bb188c21f7 100644
--- a/board/amlogic/sei510/sei510.c
+++ b/board/amlogic/sei510/sei510.c
@@ -18,9 +18,6 @@
int misc_init_r(void)
{
- meson_eth_init(PHY_INTERFACE_MODE_RMII,
- MESON_USE_INTERNAL_RMII_PHY);
-
meson_generate_serial_ethaddr();
env_set("serial#", "AMLG12ASEI510");