blob: f3de85c8fd3ed9a38e816d0aa4a297ec6a9c1901 [file] [log] [blame]
#include <common.h>
#include <config.h>
#include <asm/arch/hardware.h>
void reset_emac0_phy(u32 enable)
{
//nothing to do. There is no reset on the supermombassa910 board for the lan interface
}
void reset_emac1_phy(u32 enable)
{
//nothing to do. There is no reset on the supermombassa910 board for the wan interface
}