* network/network.c: Update for API changes.
This commit is contained in:
Sebastian Huber
2010-12-30 14:05:34 +00:00
parent ce0922e685
commit 45c8fb6534

View File

@@ -125,8 +125,8 @@ int BSP_tsec_attach
*/
if (config->hardware_address == NULL) {
#if !defined(HAS_UBOOT)
static char hw_addr [M83xx_TSEC_NIFACES][6];
m83xxTSEC_Registers_t *reg_ptr;
static char hw_addr [TSEC_COUNT][6];
volatile tsec_registers *reg_ptr;
/* read MAC address from hardware register */
/* we expect it htere from the boot loader */