diff options
Diffstat (limited to 'sim/ppc/hw_disk.c')
-rw-r--r-- | sim/ppc/hw_disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/hw_disk.c b/sim/ppc/hw_disk.c index 84086ff..0e9573b 100644 --- a/sim/ppc/hw_disk.c +++ b/sim/ppc/hw_disk.c @@ -233,7 +233,7 @@ hw_disk_init_address(device *me) me); /* Tell the world we are a disk. */ - device_add_string_property(me, "device_type", "disk"); + device_add_string_property(me, "device_type", "block"); /* get the name of the file specifying the disk image */ disk->name_index = 0; |