hi,
 Is there any arm922T based platforms supported by u-boot?
I tried cm4008 in uboot 1.1.3 but it is giving some errors while building like...
 
net/libnet.a(net.o): In function `ArpRequest':
/home/ucluser/user/suresh/u-boot/u-boot-1.1.3/net/net.c:232: undefined reference to `eth_send'
net/libnet.a(net.o): In function `NetStartAgain':
/home/ucluser/user/suresh/u-boot/u-boot-1.1.3/net/net.c:584: undefined reference to `eth_halt'
net/libnet.a(net.o): In function `NetSendPacket':
/home/ucluser/user/suresh/u-boot/u-boot-1.1.3/net/net.c:637: undefined reference to `eth_send'
net/libnet.a(net.o): In function `NetSendUDPPacket':
/home/ucluser/user/suresh/u-boot/u-boot-1.1.3/net/net.c:686: undefined reference to `eth_send'
net/libnet.a(net.o): In function `NetReceive':
/home/ucluser/user/suresh/u-boot/u-boot-1.1.3/net/net.c:1284: undefined reference to `eth_send'
/home/ucluser/user/suresh/u-boot/u-boot-1.1.3/net/net.c:1313: undefined reference to `eth_send'
net/libnet.a(net.o): In function `NetLoop':
/home/ucluser/user/suresh/u-boot/u-boot-1.1.3/net/net.c:302: undefined reference to `eth_halt'
/home/ucluser/user/suresh/u-boot/u-boot-1.1.3/net/net.c:306: undefined reference to `eth_init'
/home/ucluser/user/suresh/u-boot/u-boot-1.1.3/net/net.c:388: undefined reference to `eth_halt'
/home/ucluser/user/suresh/u-boot/u-boot-1.1.3/net/net.c:494: undefined reference to `eth_halt'
/home/ucluser/user/suresh/u-boot/u-boot-1.1.3/net/net.c:488: undefined reference to `eth_rx'
/home/ucluser/user/suresh/u-boot/u-boot-1.1.3/net/net.c:548: undefined reference to `eth_halt'
Even if we fix it some other problems are coming.Is there anything to be done...
I want a readily working one for any 922T based platform...
Please send any pointers reg it...
 
Thanks in advance.
 
suresh