diff mbox

[OpenWrt-Devel] lantiq v3.18

Message ID mbjq5l$f3o$1@ger.gmane.org
State Accepted
Headers show

Commit Message

Daniel Gimpelevich Feb. 13, 2015, 3:13 a.m. UTC
On Thu, 12 Feb 2015 18:38:09 +0100, John Crispin wrote:
> ah i see, not even sure why we attach that info. the mtdsplid should
> automatically set the root=
> 
> try removing the root= parameter please and see if it boots properly

That was there to override the root= from the bootloader, otherwise it
would try to use /dev/mtdblock0. This corrects it better and boots:

Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
diff mbox

Patch

--- a/target/linux/lantiq/dts/DGN3500.dtsi	(revision 44424)
+++ b/target/linux/lantiq/dts/DGN3500.dtsi	(working copy)
@@ -2,7 +2,7 @@ 
 
 / {
 	chosen {
-		bootargs-append = "root=/dev/mtdblock5 console=ttyLTQ0,115200";
+		bootargs-append = "root= console=ttyLTQ0,115200";
 	};
 
 	memory@0 {