From a70763702f64c31d9c3b0a9ab1e63c0741f09b6b Mon Sep 17 00:00:00 2001 From: Haojian Zhuang Date: Thu, 27 Jun 2013 14:05:54 +0800 Subject: ARM: dts: remove nfs configuration in hi4511 Avoid to use nfs rootfs. Always use ramfs instead. So the root is changed to /dev/ram0. Signed-off-by: Haojian Zhuang --- arch/arm/boot/dts/hi4511.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/hi4511.dts b/arch/arm/boot/dts/hi4511.dts index c783a0b05bfb..c16690fd50c7 100644 --- a/arch/arm/boot/dts/hi4511.dts +++ b/arch/arm/boot/dts/hi4511.dts @@ -15,7 +15,7 @@ compatible = "hisilicon,hi3620-hi4511"; chosen { - bootargs = "console=ttyAMA0,115200 root=/dev/nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.168.1.100::255.255.255.0::eth0:on mem=512m earlyprintk no_console_suspend"; + bootargs = "console=ttyAMA0,115200 root=/dev/ram0 mem=512m earlyprintk no_console_suspend"; }; cpus { -- cgit v1.2.3