[<prev] [next>] [day] [month] [year] [list]
Message-ID: <AC311A8E81420D4EBC1F26E6479848FE058A01FF@SDCEXCHANGE01.ad.amcc.com>
Date: Fri, 3 Jul 2009 02:59:01 -0700
From: "Rupjyoti Sarmah" <rsarmah@...c.com>
To: <linux-kernel@...r.kernel.org>
Subject: [PATCH] <bootargs removal from sequoia.dts for PPC > kernel <2.6.30>
4 lines need to be removed from arch/powerpc/boot/dts/sequoia.dts file.
Otherwise the nfs fails.
The bootargs can be picked up directly from u-boot's bootargs:
----------
diff -uNr linux-2.6.30/arch/powerpc/boot/dts/sequoia.dts linux-2.6.30.1/arch/powerpc/boot/dts/sequoia.dts
--- linux-2.6.30/arch/powerpc/boot/dts/sequoia.dts 2009-06-09 20:05:27.000000000 -0700
+++ linux-2.6.30.1/arch/powerpc/boot/dts/sequoia.dts 2009-06-16 04:43:54.000000000 -0700
@@ -371,8 +371,5 @@
};
};
- chosen {
- linux,stdout-path = "/plb/opb/serial@...00300";
- bootargs = "console=ttyS0,115200";
- };
+
};
----------------
View attachment "Readme.txt" of type "text/plain" (113 bytes)
Powered by blists - more mailing lists