Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
ad0568dfde7608244fd87dcc0872e2355a08eade
/
.
/
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 */