you need to set the NFS rootfs in u-boot:
U-Boot > setenv rootfsinfo 'root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp'
for more details, please read the i.MX_Linux_User's_Guide.pdf in BSP documentation. (Chapter 4.7.5 Running the Linux image from NFS)