diff options
author | Chris Blake <chrisrblake93@gmail.com> | 2017-09-30 11:14:20 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-14 01:21:52 +0200 |
commit | 8cd6686ef81effb3c30f0508368db3d0600f289d (patch) | |
tree | 15f4d2808d021e7695259bf585b0ea5e046d74c5 /target/linux/mpc85xx/config-4.9 | |
parent | a92f73e922e259fca4b357f402dd0bffe79f0bab (diff) | |
download | upstream-8cd6686ef81effb3c30f0508368db3d0600f289d.tar.gz upstream-8cd6686ef81effb3c30f0508368db3d0600f289d.tar.bz2 upstream-8cd6686ef81effb3c30f0508368db3d0600f289d.zip |
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 <chrisrblake93@gmail.com>
Diffstat (limited to 'target/linux/mpc85xx/config-4.9')
-rw-r--r-- | target/linux/mpc85xx/config-4.9 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |