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:
pbrook 2009-04-09 17:19:47 +00:00
parent 7ffab4d78c
commit 52b437377f
2 changed files with 85 additions and 69 deletions

View file

@ -20,6 +20,7 @@
static struct arm_boot_info realview_binfo = {
.loader_start = 0x0,
.smp_loader_start = 0x80000000,
.board_id = 0x33b,
};