mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
4f40d4ca73
4f017c871d
oxnas: switch to generic board detectef9b169df0
oxnas: remove stray kernel config symbolscf7896117b
oxnas: enable image metadata by setting SUPPORTED_DEVICES9bcc08958b
oxnas: add console=ttyS0,115200 argument to bootargsb831eb5363
oxnas: kd20: correct memory size to 256MB217fe505b6
oxnas: remove superseded sysupgrade image check Signed-off-by: Daniel Golle <daniel@makrotopia.org>
12 lines
414 B
Diff
12 lines
414 B
Diff
--- a/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts 2018-08-14 18:03:56.542679083 +0200
|
|
+++ b/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts 2018-11-04 18:19:35.154886643 +0100
|
|
@@ -15,7 +15,7 @@
|
|
compatible = "cloudengines,pogoplugv3", "oxsemi,ox820";
|
|
|
|
chosen {
|
|
- bootargs = "earlyprintk";
|
|
+ bootargs = "earlyprintk console=ttyS0,115200";
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
|