diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-09 17:48:30 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-09 17:48:30 +0000 |
commit | f78630ab2f4b15d493fa921bb43ddcec4119f6d3 (patch) | |
tree | e2dd73cd5358e918b073b634d4cdc63ac01ee872 /hw/sharpsl.h | |
parent | 3b760e046b54a362bdcc39c45b339dafb61d82dd (diff) |
More phys_ram_base removal.
Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7055 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/sharpsl.h')
-rw-r--r-- | hw/sharpsl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sharpsl.h b/hw/sharpsl.h index 184aae6cdb..4d5cee98da 100644 --- a/hw/sharpsl.h +++ b/hw/sharpsl.h @@ -18,6 +18,6 @@ void scoop_gpio_out_set(struct scoop_info_s *s, int line, qemu_irq handler); #define SL_PXA_PARAM_BASE 0xa0000a00 -void sl_bootparam_write(uint32_t ptr); +void sl_bootparam_write(target_phys_addr_t ptr); #endif |