commit | e051d32df6f6ff8bf96c39446b84b0d4d70545c4 | [log] [tgz] |
---|---|---|
author | Peter Korsgaard <peter@korsgaard.com> | Sun Jan 17 18:23:42 2016 +0100 |
committer | Luka Perkov <luka.perkov@sartura.hr> | Mon Mar 14 23:29:36 2016 +0100 |
tree | 97925ea5df75941897e8fc1f6bd5a890bb4f9854 | |
parent | 268e9d82ee801f946c806696adf24f481dd9f57f [diff] |
ARM: sheevaplug: unbreak default environment Commit 1e3d640316 (ARM: sheevaplug: redefine MTDPARTS) changed the mtdparts part of the default environment, but dropped the trailing zero termination - So the definition of x_bootcmd_kernel becomes part of the x_bootargs variable. Fix it by reintroducing the zero termination. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>