Message ID | 1317573348-7824-1-git-send-email-andreas.faerber@web.de |
---|---|
State | New |
Headers | show |
On 2 October 2011 17:35, Andreas Färber <andreas.faerber@web.de> wrote: > The command line option is called -kernel, not -kenrel. > > Cc: Paul Brook <paul@codesourcery.com> > Signed-off-by: Andreas Färber <andreas.faerber@web.de> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> -- PMM
On Sun, Oct 02, 2011 at 06:35:48PM +0200, Andreas Färber wrote: > The command line option is called -kernel, not -kenrel. > > Cc: Paul Brook <paul@codesourcery.com> > Signed-off-by: Andreas Färber <andreas.faerber@web.de> > --- > target-arm/helper.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan
diff --git a/target-arm/helper.c b/target-arm/helper.c index cc1a3d2..2273492 100644 --- a/target-arm/helper.c +++ b/target-arm/helper.c @@ -345,7 +345,7 @@ void cpu_reset(CPUARMState *env) if (rom) { /* We should really use ldl_phys here, in case the guest modified flash and reset itself. However images - loaded via -kenrel have not been copied yet, so load the + loaded via -kernel have not been copied yet, so load the values directly from there. */ env->regs[13] = ldl_p(rom); pc = ldl_p(rom + 4);
The command line option is called -kernel, not -kenrel. Cc: Paul Brook <paul@codesourcery.com> Signed-off-by: Andreas Färber <andreas.faerber@web.de> --- target-arm/helper.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)