diff options
author | Blue Swirl | 2010-03-29 21:23:56 +0200 |
---|---|---|
committer | Blue Swirl | 2010-03-29 21:23:56 +0200 |
commit | 3d08ff698b938613699682b5c5432547a7ebe898 (patch) | |
tree | d5613c54e9bb1ce20d5e26db288d99d2a00ad128 /hw/flash.h | |
parent | Compile pflash_cfi02 only once (diff) | |
download | qemu-3d08ff698b938613699682b5c5432547a7ebe898.tar.gz qemu-3d08ff698b938613699682b5c5432547a7ebe898.tar.xz qemu-3d08ff698b938613699682b5c5432547a7ebe898.zip |
Compile pflash_cfi01 only once
Push TARGET_WORDS_BIGENDIAN dependency to board level.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
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 d6db46895d..a80205c4e0 100644 --- a/hw/flash.h +++ b/hw/flash.h @@ -6,7 +6,7 @@ pflash_t *pflash_cfi01_register(target_phys_addr_t base, ram_addr_t off, BlockDriverState *bs, uint32_t sector_len, int nb_blocs, int width, uint16_t id0, uint16_t id1, - uint16_t id2, uint16_t id3); + uint16_t id2, uint16_t id3, int be); /* pflash_cfi02.c */ pflash_t *pflash_cfi02_register(target_phys_addr_t base, ram_addr_t off, |