Hi, I am developing a new board which uses LAN91C1111. I wrote the commands in board.h file as:

 

#define CONFIG_DRIVER_SMC91111

#define CONFIG_SMC91111_BASE      0x2A000000

#undef CONFIG_SMC91111_EXT_PHY

#undef CONFIG_SMC_USE_32_BITS

 

After I got prompt in SuperTerm, and typed “dhcp” to get ip address: I got an error of “Memory allocation failed”.

 

Can you help me with this problem? I found SMC91111.c driver is updated in 2003. Do you a new one?

 

Thanks in advance

 

Qingjun