summaryrefslogtreecommitdiff
path: root/sim/ppc/hw_disk.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/hw_disk.c')
-rw-r--r--sim/ppc/hw_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/hw_disk.c b/sim/ppc/hw_disk.c
index 84086ff1d4a..0e9573bda6e 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;