mpc85xx: Add cmdline override patch
authorChris Blake <chrisrblake93@gmail.com>
Sat, 30 Sep 2017 16:14:20 +0000 (11:14 -0500)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 13 Oct 2017 23:21:52 +0000 (01:21 +0200)
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>

No differences found