projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c50e26
)
virtex: Add braces
author
Edgar E. Iglesias
<edgar.iglesias@gmail.com>
Sat, 2 Oct 2010 11:04:49 +0000
(13:04 +0200)
committer
Edgar E. Iglesias
<edgar.iglesias@gmail.com>
Sat, 2 Oct 2010 11:04:49 +0000
(13:04 +0200)
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
hw/virtex_ml507.c
patch
|
blob
|
history
diff --git
a/hw/virtex_ml507.c
b/hw/virtex_ml507.c
index 2af3b81620ad7635fa1322da1a57a8a35ba5c693..c5bbedac7d2aab2b93c1c0b3e431cd244fce4162 100644
(file)
--- a/
hw/virtex_ml507.c
+++ b/
hw/virtex_ml507.c
@@
-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);