]> git.proxmox.com Git - qemu.git/commitdiff
target-arm: Fix typo
authorAndreas Färber <andreas.faerber@web.de>
Sun, 2 Oct 2011 16:35:48 +0000 (18:35 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 5 Oct 2011 08:22:05 +0000 (09:22 +0100)
The command line option is called -kernel, not -kenrel.

Cc: Paul Brook <paul@codesourcery.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
target-arm/helper.c

index d3a3ba207f0d40c1df9a13118ce61a4e788ffed8..e2428eb7b2716564743efed40ad1b9fe5ebc4859 100644 (file)
@@ -298,7 +298,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);