summaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood
diff options
context:
space:
mode:
authorPaul Wassi <p.wassi@gmx.at>2018-03-16 09:29:40 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2018-03-20 21:45:27 +0100
commit6fe9277d0c47777c27e162262e5337765e69d422 (patch)
tree19daf86ff88270c331117142678e07109a5aadaa /target/linux/kirkwood
parente0d4ad71277ca4725e2a29b89f71a75c6137af1f (diff)
downloadopenwrt-6fe9277d0c47777c27e162262e5337765e69d422.tar.gz
openwrt-6fe9277d0c47777c27e162262e5337765e69d422.tar.bz2
openwrt-6fe9277d0c47777c27e162262e5337765e69d422.zip
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 <daniel.engberg.lists@pyret.net> Tested-by: Daniel Engberg <daniel.engberg.lists@pyret.net> Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r--target/linux/kirkwood/patches-4.14/101-iconnect.patch11
-rw-r--r--target/linux/kirkwood/patches-4.9/101-iconnect.patch11
2 files changed, 20 insertions, 2 deletions
diff --git a/target/linux/kirkwood/patches-4.14/101-iconnect.patch b/target/linux/kirkwood/patches-4.14/101-iconnect.patch
index ba81e169de..ab47b5a724 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 {
diff --git a/target/linux/kirkwood/patches-4.9/101-iconnect.patch b/target/linux/kirkwood/patches-4.9/101-iconnect.patch
index 20fb0c8c57..17705eae19 100644
--- a/target/linux/kirkwood/patches-4.9/101-iconnect.patch
+++ b/target/linux/kirkwood/patches-4.9/101-iconnect.patch
@@ -1,6 +1,15 @@
--- a/arch/arm/boot/dts/kirkwood-iconnect.dts
+++ b/arch/arm/boot/dts/kirkwood-iconnect.dts
-@@ -145,28 +145,23 @@
+@@ -15,8 +15,6 @@
+ chosen {
+ bootargs = "console=ttyS0,115200n8 earlyprintk";
+ stdout-path = &uart0;
+- linux,initrd-start = <0x4500040>;
+- linux,initrd-end = <0x4800000>;
+ };
+
+ ocp@f1000000 {
+@@ -145,28 +143,23 @@
status = "okay";
partition@0 {