mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 02:14:24 +00:00
arm_boot: Fix typos in comment
mimicing -> mimicking thei -> the Signed-off-by: Andreas Färber <afaerber@suse.de> Reviewed-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
61558e7a75
commit
9b574c29c1
@ -45,9 +45,9 @@ struct arm_boot_info {
|
|||||||
/* multicore boards that use the default secondary core boot functions
|
/* multicore boards that use the default secondary core boot functions
|
||||||
* can ignore these two function calls. If the default functions won't
|
* can ignore these two function calls. If the default functions won't
|
||||||
* work, then write_secondary_boot() should write a suitable blob of
|
* work, then write_secondary_boot() should write a suitable blob of
|
||||||
* code mimicing the secondary CPU startup process used by the board's
|
* code mimicking the secondary CPU startup process used by the board's
|
||||||
* boot loader/boot ROM code, and secondary_cpu_reset_hook() should
|
* boot loader/boot ROM code, and secondary_cpu_reset_hook() should
|
||||||
* perform any necessary CPU reset handling and set the PC for thei
|
* perform any necessary CPU reset handling and set the PC for the
|
||||||
* secondary CPUs to point at this boot blob.
|
* secondary CPUs to point at this boot blob.
|
||||||
*/
|
*/
|
||||||
void (*write_secondary_boot)(ARMCPU *cpu,
|
void (*write_secondary_boot)(ARMCPU *cpu,
|
||||||
|
Loading…
Reference in New Issue
Block a user