hi , I have a problem in ti linux kernel
I use the linux-2.6.37-psp04.02.00.07 and changed this parameters on am3517_evm_defconfig
##########################################################################
CONFIG_CMDLINE="root=/dev/nfs nfsroot=192.168.1.10:/home/ouyang/work/nfsboot,nolock,rsize=1024,wsize=1024 ip=dhcp console=ttyO2,115200"
##########################################################################
boot this kernel
###########################################################################
......
[ 9.684387] IP-Config: Got DHCP answer from 0.0.0.0, my address is 192.168.1.103
[ 9.695159] IP-Config: Complete:
[ 9.698394] device=eth0, addr=192.168.1.103, mask=255.255.255.0, gw=192.168.1.1,
[ 9.706665] host=192.168.1.103, domain=, nis-domain=(none),
[ 9.713043] bootserver=0.0.0.0, rootserver=192.168.1.10, rootpath=, mtu=576
[ 9.920288] VFS: Mounted root (nfs filesystem) on device 0:14.
[ 9.926910] Freeing init memory: 200K
[ 11.654113] omap_device: omap_i2c.3: new worst case deactivate latency 0: 946044
###########################################################################
is stop here...