mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-01 19:46:51 +00:00
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
@ -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
Block a user