From 6fe9277d0c47777c27e162262e5337765e69d422 Mon Sep 17 00:00:00 2001 From: Paul Wassi Date: Fri, 16 Mar 2018 09:29:40 +0100 Subject: kirkwood: fix initramfs boot warning on iconnect The chosen dts configuration linux,initrd-* gives an error message on bootup of kirkwood-iconnect. Since initramfs/initrd is not used remove these options from the dts. Reported-by: Daniel Engberg Tested-by: Daniel Engberg Signed-off-by: Paul Wassi --- target/linux/kirkwood/patches-4.14/101-iconnect.patch | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'target/linux/kirkwood/patches-4.14/101-iconnect.patch') diff --git a/target/linux/kirkwood/patches-4.14/101-iconnect.patch b/target/linux/kirkwood/patches-4.14/101-iconnect.patch index ba81e16..ab47b5a 100644 --- a/target/linux/kirkwood/patches-4.14/101-iconnect.patch +++ b/target/linux/kirkwood/patches-4.14/101-iconnect.patch @@ -1,6 +1,15 @@ --- a/arch/arm/boot/dts/kirkwood-iconnect.dts +++ b/arch/arm/boot/dts/kirkwood-iconnect.dts -@@ -146,28 +146,23 @@ +@@ -16,8 +16,6 @@ + chosen { + bootargs = "console=ttyS0,115200n8 earlyprintk"; + stdout-path = &uart0; +- linux,initrd-start = <0x4500040>; +- linux,initrd-end = <0x4800000>; + }; + + ocp@f1000000 { +@@ -146,28 +144,23 @@ status = "okay"; partition@0 { -- cgit v1.1