mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
Use guest memory access functions when setting up arm boorloader.
Signed-off-by: Paul Brook <paul@codesourcery.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7053 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
7ffab4d78c
commit
52b437377f
2 changed files with 85 additions and 69 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
static struct arm_boot_info realview_binfo = {
|
||||
.loader_start = 0x0,
|
||||
.smp_loader_start = 0x80000000,
|
||||
.board_id = 0x33b,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue