commit | 34b82026a507ec0092398d9fc7893c00dd11b7da | [log] [tgz] |
---|---|---|
author | Max Uvarov <muvarov@gmail.com> | Wed Apr 13 12:52:16 2016 +0300 |
committer | Rob Herring <robh@kernel.org> | Tue Apr 19 17:25:12 2016 -0500 |
tree | 9ee2da5045a8c1bd44514ffec7a7e161dd8d7a77 | |
parent | bc553986a2f7c56d0de811485d5312ea29692d5d [diff] |
fdt: fix extend of cmd line On arm CONFIG_CMDLINE_EXTEND does not append build-in cmdline in kernel to U-boot parameters. Fix it here. Theoretically this patch should repair kdump work where it adds elfcorehdr= and memmap additional parameters to second kernel. Signed-off-by: Max Uvarov <muvarov@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org>