fix default commandline in dts files
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36243
This commit is contained in:
parent
85675528da
commit
709b19ed9f
5 changed files with 5 additions and 5 deletions
|
@ -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 a new issue