mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-08 13:07:01 +00:00
target-arm: Fix typo
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>
This commit is contained in:
parent
4789bc39aa
commit
297d1b4e9d
@ -298,7 +298,7 @@ void cpu_reset(CPUARMState *env)
|
|||||||
if (rom) {
|
if (rom) {
|
||||||
/* We should really use ldl_phys here, in case the guest
|
/* We should really use ldl_phys here, in case the guest
|
||||||
modified flash and reset itself. However images
|
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. */
|
values directly from there. */
|
||||||
env->regs[13] = ldl_p(rom);
|
env->regs[13] = ldl_p(rom);
|
||||||
pc = ldl_p(rom + 4);
|
pc = ldl_p(rom + 4);
|
||||||
|
Loading…
Reference in New Issue
Block a user