[U-Boot] uboot ERROR nfs: Cannot umount error

2013-06-06 Thread jinghui shi
Hi, Recently, after successfully adding my ethernet driver to u-boot-2011.09, I tried to use u-boot's tftpboot and nfs command to test my driver, with tftpboot command, no matter how many times to test, there's no problem. But, with nfs command, if I did not add the board's ip address to nfs serv

Re: [U-Boot] uboot ERROR nfs: Cannot umount error

2013-06-22 Thread jinghui shi
Dear Joe,Wolfgang, and anyone reading this mail, > 2013/6/7 Wolfgang Denk : > Dear jinghui shi, ... >> Why we do not call ethernet driver's "halt" function if there was a >> "Cannot umount" error? > > It appears you have discovered a bug. As th