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>
This commit is contained in:
parent
e0d4ad7127
commit
6fe9277d0c
2 changed files with 20 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue