From 8cd6686ef81effb3c30f0508368db3d0600f289d Mon Sep 17 00:00:00 2001 From: Chris Blake Date: Sat, 30 Sep 2017 11:14:20 -0500 Subject: mpc85xx: Add cmdline override patch This patch adds a new kernel option called CONFIG_CMDLINE_OVERRIDE. This setting is for devices with locked down u-boot environments, where users are unable to change the default bootargs. When set, the fdt driver will propagate the cmdline for the kernel from chosen/bootargs-override instead of chosen/bootargs as long as it exists within the DTB. Signed-off-by: Chris Blake --- target/linux/mpc85xx/config-4.9 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/mpc85xx/config-4.9') diff --git a/target/linux/mpc85xx/config-4.9 b/target/linux/mpc85xx/config-4.9 index 64ab239613..9086ba9177 100644 --- a/target/linux/mpc85xx/config-4.9 +++ b/target/linux/mpc85xx/config-4.9 @@ -37,6 +37,7 @@ CONFIG_CLONE_BACKWARDS=y CONFIG_CLZ_TAB=y CONFIG_CMDLINE="console=ttyS0,115200" CONFIG_CMDLINE_BOOL=y +CONFIG_CMDLINE_OVERRIDE=y # CONFIG_CORENET_GENERIC is not set # CONFIG_CPM2 is not set CONFIG_CPU_BIG_ENDIAN=y -- cgit v1.2.3