mirror of https://github.com/hak5/openwrt.git
fix default commandline in dts files
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36243lede-17.01
parent
85675528da
commit
709b19ed9f
|
@ -10,7 +10,7 @@
|
|||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,57600 init=/init";
|
||||
bootargs = "console=ttyS0,57600";
|
||||
};
|
||||
|
||||
cpuintc: cpuintc@0 {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,57600 init=/init";
|
||||
bootargs = "console=ttyS0,57600";
|
||||
};
|
||||
|
||||
cpuintc: cpuintc@0 {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,57600 init=/init";
|
||||
bootargs = "console=ttyS0,57600";
|
||||
};
|
||||
|
||||
cpuintc: cpuintc@0 {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,57600 init=/init";
|
||||
bootargs = "console=ttyS0,57600";
|
||||
};
|
||||
|
||||
cpuintc: cpuintc@0 {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,57600 init=/init";
|
||||
bootargs = "console=ttyS0,57600";
|
||||
};
|
||||
|
||||
cpuintc: cpuintc@0 {
|
||||
|
|
Loading…
Reference in New Issue