summary refs log tree commit diff stats
path: root/hw/openrisc/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/openrisc/boot.c')
-rw-r--r--hw/openrisc/boot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/openrisc/boot.c b/hw/openrisc/boot.c
index 72e2756af0..0a5881be31 100644
--- a/hw/openrisc/boot.c
+++ b/hw/openrisc/boot.c
@@ -109,7 +109,6 @@ uint32_t openrisc_load_fdt(MachineState *ms, void *fdt,
     /* Should only fail if we've built a corrupted tree */
     g_assert(ret == 0);
     /* copy in the device tree */
-    qemu_fdt_dumpdtb(fdt, fdtsize);
 
     /* Save FDT for dumpdtb monitor command */
     ms->fdt = fdt;