Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
4d0c8db74d83e43dec4e7481b2d1e194f51d907b
/
.
/
board
/
freescale
/
ls1088a
/
eth_ls1088ardb.c
blob: fb6f9c1a813f82bb470a1ec30e5e432f2ed10e81 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2017 NXP
*/
#include
<fsl-mc/fsl_mc.h>
#if defined(CONFIG_RESET_PHY_R)
void
reset_phy
(
void
)
{
mc_env_boot
();
}
#endif
/* CONFIG_RESET_PHY_R */