forked from Imagelibrary/rtems
2010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* network/network.c: Update for API changes.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user