~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: fb6f9c1a813f82bb470a1ec30e5e432f2ed10e81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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 */