aboutsummaryrefslogtreecommitdiff
path: root/board/amlogic/beelink-s922x
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/beelink-s922x
parent775998d4518c2da2cda02e11edd73a6a7397fcc9 (diff)
downloadu-boot-2fbd37001c77f0b78d43c578d8e350a6afa27e24.zip
u-boot-2fbd37001c77f0b78d43c578d8e350a6afa27e24.tar.gz
u-boot-2fbd37001c77f0b78d43c578d8e350a6afa27e24.tar.bz2
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/beelink-s922x')
-rw-r--r--board/amlogic/beelink-s922x/beelink-s922x.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/amlogic/beelink-s922x/beelink-s922x.c b/board/amlogic/beelink-s922x/beelink-s922x.c
index dc0d933..bb74426 100644
--- a/board/amlogic/beelink-s922x/beelink-s922x.c
+++ b/board/amlogic/beelink-s922x/beelink-s922x.c
@@ -28,8 +28,6 @@ int misc_init_r(void)
meson_get_soc_rev(tmp, sizeof(tmp)) > 0)
env_set("soc_rev", tmp);
- meson_eth_init(PHY_INTERFACE_MODE_RGMII, 0);
-
if (!eth_env_get_enetaddr("ethaddr", mac_addr)) {
len = meson_sm_read_efuse(EFUSE_MAC_OFFSET,
efuse_mac_addr, EFUSE_MAC_SIZE);