From 9396585ad4b1323b25d14999d8fffae3c4c78d5a Mon Sep 17 00:00:00 2001 From: Andy Duan Date: Fri, 16 Dec 2016 14:58:35 +0800 Subject: MLK-13624 configs: imx7ulp_evk: add net args for USB NFS boot i.MX7ULP has no ENET controller, and kernel enable wlan0 and USB eth0 interface by default, set the net args interface to eth0 to force kernel NFS boot from USB ethernet. Signed-off-by: Fugang Duan --- include/configs/mx7ulp_evk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h index 877e266..8371204 100644 --- a/include/configs/mx7ulp_evk.h +++ b/include/configs/mx7ulp_evk.h @@ -202,7 +202,7 @@ "fi;\0" \ "netargs=setenv bootargs console=${console},${baudrate} " \ "root=/dev/nfs " \ - "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \ + "ip=:::::eth0:dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \ "netboot=echo Booting from net ...; " \ "run netargs; " \ "if test ${ip_dyn} = yes; then " \ -- cgit v1.1