mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
virtex: Add braces
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
+2
-1
@@ -157,8 +157,9 @@ static int xilinx_load_device_tree(target_phys_addr_t addr,
|
||||
fdt = load_device_tree(path, &fdt_size);
|
||||
qemu_free(path);
|
||||
}
|
||||
if (!fdt)
|
||||
if (!fdt) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
r = qemu_devtree_setprop_string(fdt, "/chosen", "bootargs", kernel_cmdline);
|
||||
|
||||
Reference in New Issue
Block a user