mediatek: enable bootargs-override for filogic subtarget
authorDavid Bauer <mail@david-bauer.net>
Mon, 13 Mar 2023 02:14:42 +0000 (03:14 +0100)
committerDavid Bauer <mail@david-bauer.net>
Fri, 24 Mar 2023 19:30:29 +0000 (20:30 +0100)
The ASUS TUF-AX4200 bootloader adds invalid parameters for the rootfs.
Without overwriting the cmdline, the kernel crashes when trying to
attach the rootfs, as OpenWrt uses a different partition than the vendor
OS.

Signed-off-by: David Bauer <mail@david-bauer.net>
target/linux/mediatek/filogic/config-5.15
target/linux/mediatek/patches-5.15/901-arm-add-cmdline-override.patch

index 6a989310df9f0b2747942b0335958d1426ce15ed..a1c2e64acd44b2f594cdce41fde2ad7426117cfd 100644 (file)
@@ -50,6 +50,7 @@ CONFIG_BSD_PROCESS_ACCT_V3=y
 CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y
 CONFIG_CLKSRC_MMIO=y
 CONFIG_CLONE_BACKWARDS=y
+CONFIG_CMDLINE_OVERRIDE=y
 CONFIG_COMMON_CLK=y
 CONFIG_COMMON_CLK_MEDIATEK=y
 # CONFIG_COMMON_CLK_MT2712 is not set
index acbb190030cdc464cd230ce3ac253cb59eb27737..6016128bd4a2000c419f4ed51bd1e014192ebfa4 100644 (file)
        /*
         * CONFIG_CMDLINE is meant to be a default in case nothing else
         * managed to set the command line, unless CONFIG_CMDLINE_FORCE
+--- a/arch/arm64/Kconfig
++++ b/arch/arm64/Kconfig
+@@ -1942,6 +1942,14 @@ config CMDLINE_FORCE
+ endchoice
++config CMDLINE_OVERRIDE
++      bool "Use alternative cmdline from device tree"
++      help
++        Some bootloaders may have uneditable bootargs. While CMDLINE_FORCE can
++        be used, this is not a good option for kernels that are shared across
++        devices. This setting enables using "chosen/cmdline-override" as the
++        cmdline if it exists in the device tree.
++
+ config EFI_STUB
+       bool