diff options
| author | Rafał Miłecki | 2021-01-21 08:14:20 +0000 |
|---|---|---|
| committer | Rafał Miłecki | 2021-01-21 08:18:31 +0000 |
| commit | 095ed5e8e1efd6da509be1064c5c7c9811fa32de (patch) | |
| tree | 8d18fd4d71b9a608437008e88fd21e0fcec45b14 | |
| parent | e6fb4d08a1aef49c5a10743dcdb72f59ff53870a (diff) | |
| download | openwrt-095ed5e8e1efd6da509be1064c5c7c9811fa32de.tar.gz | |
bcm4908: set console in the CONFIG_CMDLINE
procd doesn't work with just serial specified in the DT (using chosen &
stdout-path). It requires tty device to be explicitly specified in the
cmdline.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
| -rw-r--r-- | target/linux/bcm4908/config-5.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm4908/config-5.4 b/target/linux/bcm4908/config-5.4 index 9991afda15..aa2e088756 100644 --- a/target/linux/bcm4908/config-5.4 +++ b/target/linux/bcm4908/config-5.4 @@ -48,7 +48,7 @@ CONFIG_BLK_PM=y CONFIG_CAVIUM_TX2_ERRATUM_219=y CONFIG_CLKDEV_LOOKUP=y CONFIG_CLONE_BACKWARDS=y -CONFIG_CMDLINE="earlycon=bcm63xx_uart,0xff800640" +CONFIG_CMDLINE="earlycon=bcm63xx_uart,0xff800640 console=ttyS0,115200" CONFIG_CMDLINE_FORCE=y CONFIG_COMMON_CLK=y CONFIG_CPU_RMAP=y |