mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
r2d: fix pflash mapping
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
d1d74664ea
commit
45e7e4bc75
1 changed files with 1 additions and 0 deletions
1
hw/r2d.c
1
hw/r2d.c
|
@ -257,6 +257,7 @@ static void r2d_init(ram_addr_t ram_size,
|
|||
dinfo, NULL);
|
||||
|
||||
/* onboard flash memory */
|
||||
dinfo = drive_get(IF_PFLASH, 0, 0);
|
||||
pflash_cfi02_register(0x0, qemu_ram_alloc(FLASH_SIZE),
|
||||
dinfo ? dinfo->bdrv : NULL, (16 * 1024),
|
||||
FLASH_SIZE >> 16,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue