Prepare v2023.10
[platform/kernel/u-boot.git] / board / freescale / ls1088a / eth_ls1088ardb.c
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright 2017 NXP
4  */
5
6 #include <fsl-mc/fsl_mc.h>
7
8 #if defined(CONFIG_RESET_PHY_R)
9 void reset_phy(void)
10 {
11         mc_env_boot();
12 }
13 #endif /* CONFIG_RESET_PHY_R */