diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-16 23:45:36 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-16 23:45:36 +0000 |
commit | 4fbd24ba35ce80b23253002116d5a90df6d25b2c (patch) | |
tree | 4109e93fdd15090405dee9c090663209385fd6dd /hw/flash.h | |
parent | 6725070d8dba75fefb9f852c64239a988ef42caa (diff) |
Emulate address wrap in CFI02 chips mapping (Jan Kiszka).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4219 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/flash.h')
-rw-r--r-- | hw/flash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/flash.h b/hw/flash.h index 2e6b61e72..b56c77dee 100644 --- a/hw/flash.h +++ b/hw/flash.h @@ -11,7 +11,7 @@ pflash_t *pflash_cfi01_register(target_phys_addr_t base, ram_addr_t off, /* pflash_cfi02.c */ pflash_t *pflash_cfi02_register(target_phys_addr_t base, ram_addr_t off, BlockDriverState *bs, uint32_t sector_len, - int nb_blocs, int width, + int nb_blocs, int nb_mappings, int width, uint16_t id0, uint16_t id1, uint16_t id2, uint16_t id3, uint16_t unlock_addr0, uint16_t unlock_addr1); |