summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Grall <julien.grall@linaro.org>2014-12-12 16:13:26 +0000
committerJulien Grall <julien.grall@linaro.org>2014-12-12 16:13:26 +0000
commit1214ffea3d031479476e5cda8fb28739f8fce456 (patch)
tree21f1fe09e8b9a1eab3845c118b3d51b6dd2e4a88
parentffefc1a6b3966a7e42290ec21fd9a1cb5ce813fd (diff)
mustang: Update nfsroot parameter on the Linux command line
-rw-r--r--lava/xen-mustang.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/lava/xen-mustang.json b/lava/xen-mustang.json
index b1047a7..23d8355 100644
--- a/lava/xen-mustang.json
+++ b/lava/xen-mustang.json
@@ -25,7 +25,7 @@
"setenv xen_run 'run xen_dom0 xen_load;fdt print /chosen;run xen_boot'",
"setenv xen_boot 'setenv bootargs ${bootargs_xen};bootm ${xen_addr_r} - ${fdt_addr_r}'",
"setenv bootargs_xen 'conswitch=x sync_console dom0_mem=1G dom0_max_vcpus=1 console=dtuart dtuart=/soc/serial@1c020000'",
- "setenv dom0_bootargs 'console=hvc0,115200 earlyprintk=uart8250,mmio32,0x1c020000,115200n8 debug maxcpus=8 swiotlb=4096 root=/dev/nfs rw nfsroot={SERVER_IP}:{NFSROOTFS} ip=dhcp'",
+ "setenv dom0_bootargs 'console=hvc0,115200 earlyprintk=uart8250,mmio32,0x1c020000,115200n8 debug maxcpus=8 swiotlb=4096 root=/dev/nfs rw nfsroot={SERVER_IP}:{NFSROOTFS},tcp,hard,intr ip=dhcp'",
"dhcp",
"setenv serverip {SERVER_IP}",
"run xen_dtb",