#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 | |
} | |