Home
last modified time | relevance | path

Searched hist:"1011226 d733f3e0e78485e93681f71e9f66c836e" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Dsheevaplug.h1011226d733f3e0e78485e93681f71e9f66c836e Sun Jan 17 17:23:43 UTC 2016 Peter Korsgaard <peter@korsgaard.com> 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>