aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/config-4.14
diff options
context:
space:
mode:
authorMichael Gray <michael.gray@lantisproject.com>2018-05-29 19:43:48 +1000
committerJohn Crispin <john@phrozen.org>2018-06-01 21:01:03 +0200
commit4fdc6ca31bda4aad2a65b8460b0caa5c60f87f41 (patch)
tree79da3a83079b221e4257f19779e857e1917f9e4f /target/linux/mvebu/config-4.14
parentdcc34574efba524cf75608c3b61bfa579bfb8aa4 (diff)
downloadupstream-4fdc6ca31bda4aad2a65b8460b0caa5c60f87f41.tar.gz
upstream-4fdc6ca31bda4aad2a65b8460b0caa5c60f87f41.tar.bz2
upstream-4fdc6ca31bda4aad2a65b8460b0caa5c60f87f41.zip
mvebu: fix broken console on WRT32X (venom)
The console bootarg is being corrupted on boot, causing various issues including broken sysupgrade. Utilising the bootargs mangle patch from other targets, hardcode the console arguments and fetch the rootfs from the bootloader. Kernel command line: console=ttyS0,115200 root=/dev/mtdblock8 Bootloader command line (ignored): console= root=/dev/mtdblock8 Please cherry pick to 18.06 too Signed-off-by: Michael Gray <michael.gray@lantisproject.com>
Diffstat (limited to 'target/linux/mvebu/config-4.14')
-rw-r--r--target/linux/mvebu/config-4.141
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/config-4.14 b/target/linux/mvebu/config-4.14
index a48a3c8c5e..694ecdfb82 100644
--- a/target/linux/mvebu/config-4.14
+++ b/target/linux/mvebu/config-4.14
@@ -42,6 +42,7 @@ CONFIG_ARM_APPENDED_DTB=y
CONFIG_ARM_ATAG_DTB_COMPAT=y
# CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND is not set
CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y
+CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_MANGLE=y
CONFIG_ARM_CPU_SUSPEND=y
CONFIG_ARM_CRYPTO=y
CONFIG_ARM_ERRATA_720789=y