commit | 3bbf6dd74ffa23ea6ec1adeedc821fd491084f97 | [log] [tgz] |
---|---|---|
author | Peter Korsgaard <peter@korsgaard.com> | Sun Jan 17 18:23:43 2016 +0100 |
committer | Luka Perkov <luka.perkov@sartura.hr> | Mon Mar 14 23:29:36 2016 +0100 |
tree | 4b0ea1c071dc24df82ce45520fa7840087a95537 | |
parent | e051d32df6f6ff8bf96c39446b84b0d4d70545c4 [diff] |
ARM: sheevaplug: unbreak kernel bootargs / mtdparts command by dropping double mtdparts= Commit 1e3d640316 (ARM: sheevaplug: redefine MTDPARTS) prepended mtdparts= to the flash partition information in CONFIG_MTDPARTS, but it is used like "mtdparts=" CONFIG_MTDPARTS - So we end up passing mtdparts=mtdparts=.. to the kernel, confusing the cmdline partition parser. Fix it by dropping the double 'mtdparts='. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>